Browse Source

guochuang

xiaoyu 3 years ago
parent
commit
0c2558e59a

BIN
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'