作者 郭文星

123

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