正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -446,11 +446,10 @@ class WxxcxPush extends Base | @@ -446,11 +446,10 @@ class WxxcxPush extends Base | ||
446 | 446 | ||
447 | file_put_contents("kevin_wx_xcx_push.log", date("Y-m-d H:i:s") . "《" . $reservation_id . "》" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); | 447 | file_put_contents("kevin_wx_xcx_push.log", date("Y-m-d H:i:s") . "《" . $reservation_id . "》" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); |
448 | $res_arr = !empty($res) ? json_decode($res, true) : []; | 448 | $res_arr = !empty($res) ? json_decode($res, true) : []; |
449 | - print_r($res_arr);return; | ||
450 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { | 449 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { |
451 | } else { | 450 | } else { |
452 | //推送失败,记录问题 | 451 | //推送失败,记录问题 |
453 | - return $this->$this->array_callback(true, "推1送成功".json_encode($res_arr)); | 452 | + return $this->$this->array_callback(true, "推1送成功"); |
454 | $insert_message_log_data['error_tips'] = json_encode($res_arr, JSON_UNESCAPED_UNICODE); | 453 | $insert_message_log_data['error_tips'] = json_encode($res_arr, JSON_UNESCAPED_UNICODE); |
455 | } | 454 | } |
456 | // 执行提交操作 | 455 | // 执行提交操作 |
-
请 注册 或 登录 后发表评论