正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -389,8 +389,7 @@ class WxxcxPush extends Base | @@ -389,8 +389,7 @@ class WxxcxPush extends Base | ||
389 | ); | 389 | ); |
390 | 390 | ||
391 | $res = beingPushed(5, $openid, $page, $insert_message_log_data); | 391 | $res = beingPushed(5, $openid, $page, $insert_message_log_data); |
392 | - print_r($res); | ||
393 | - return 213123123; | 392 | + |
394 | file_put_contents("kevin_wx_xcx_push.log", date("Y-m-d H:i:s") . "" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); | 393 | file_put_contents("kevin_wx_xcx_push.log", date("Y-m-d H:i:s") . "" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); |
395 | $res_arr = !empty($res) ? json_decode($res, true) : []; | 394 | $res_arr = !empty($res) ? json_decode($res, true) : []; |
396 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { | 395 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { |
-
请 注册 或 登录 后发表评论