...
|
...
|
@@ -443,6 +443,7 @@ class WxxcxPush extends Base |
|
|
);
|
|
|
|
|
|
$res = $this->beingPushed(6, $openid, $page, $insert_message_log_data);
|
|
|
|
|
|
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) : [];
|
|
|
if (!empty($res_arr) && $res_arr['errcode'] == "0") {
|
...
|
...
|
|