Browse Source

xinhengyang callback

xiaoyu 3 years ago
parent
commit
d6796d4d81
1 changed files with 3 additions and 2 deletions
  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');