...
|
...
|
@@ -389,8 +389,7 @@ class WxxcxPush extends Base |
|
|
);
|
|
|
|
|
|
$res = beingPushed(5, $openid, $page, $insert_message_log_data);
|
|
|
print_r($res);
|
|
|
return 213123123;
|
|
|
|
|
|
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);
|
|
|
$res_arr = !empty($res) ? json_decode($res, true) : [];
|
|
|
if (!empty($res_arr) && $res_arr['errcode'] == "0") {
|
...
|
...
|
|