浏览代码

xinhengyang callback

xiaoyu 3 年之前
父节点
当前提交
d6796d4d81
共有 1 个文件被更改,包括 3 次插入2 次删除
  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');