...
|
...
|
@@ -446,11 +446,10 @@ class WxxcxPush extends Base |
|
|
|
|
|
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);
|
|
|
$res_arr = !empty($res) ? json_decode($res, true) : [];
|
|
|
print_r($res_arr);return;
|
|
|
if (!empty($res_arr) && $res_arr['errcode'] == "0") {
|
|
|
} else {
|
|
|
//推送失败,记录问题
|
|
|
return $this->$this->array_callback(true, "推1送成功".json_encode($res_arr));
|
|
|
return $this->$this->array_callback(true, "推1送成功");
|
|
|
$insert_message_log_data['error_tips'] = json_encode($res_arr, JSON_UNESCAPED_UNICODE);
|
|
|
}
|
|
|
// 执行提交操作
|
...
|
...
|
|