瀏覽代碼

guochuang

xiaoyu 3 年之前
父節點
當前提交
0c2558e59a
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 二進制
      helper/refill/api/xyz/guochuang/北京国研三网分省调价函.xls
  2. 1 2
      mobile/callback/refill_guochuang.php

二進制
helper/refill/api/xyz/guochuang/北京国研三网分省调价函.xls


+ 1 - 2
mobile/callback/refill_guochuang.php

@@ -1,8 +1,7 @@
 <?php
 
 $content = $_SERVER['post_content'];
-$inputs = json_decode($content,true);
-$_POST['body'] = $inputs;
+$_POST['body'] = $content;
 refill\util::push_notify('guochuang',$_POST);
 $return = [
     'code' => 'SUCCESS'