Parcourir la source

xinhengyang callback

xiaoyu il y a 3 ans
Parent
commit
d6796d4d81
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      mobile/callback/refill_xinhengyang.php

+ 3 - 2
mobile/callback/refill_xinhengyang.php

@@ -1,4 +1,5 @@
 <?php
-
-refill\util::push_notify('xinhengyang',$_POST);
+$content = $_SERVER['post_content'];
+$input = json_decode($content,true);
+refill\util::push_notify('xinhengyang',$input);
 echo ('SUCC');