正在显示
3 个修改的文件
包含
2 行增加
和
2 行删除
@@ -204,7 +204,6 @@ if (!function_exists('getOrderSn')) { | @@ -204,7 +204,6 @@ if (!function_exists('getOrderSn')) { | ||
204 | $user=new User(); | 204 | $user=new User(); |
205 | $user=$user->find($order['user_id']); | 205 | $user=$user->find($order['user_id']); |
206 | $res=$wxxcxpush->refundMessage($user['wx_xcx_openid'],$order_id); | 206 | $res=$wxxcxpush->refundMessage($user['wx_xcx_openid'],$order_id); |
207 | - print_r($res);return; | ||
208 | if ($res !== false) { | 207 | if ($res !== false) { |
209 | return $res; | 208 | return $res; |
210 | } | 209 | } |
@@ -443,7 +443,6 @@ class WxxcxPush extends Base | @@ -443,7 +443,6 @@ class WxxcxPush extends Base | ||
443 | ); | 443 | ); |
444 | 444 | ||
445 | $res = $this->beingPushed(6, $openid, $page, $insert_message_log_data); | 445 | $res = $this->beingPushed(6, $openid, $page, $insert_message_log_data); |
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); | 446 | 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) : []; | 447 | $res_arr = !empty($res) ? json_decode($res, true) : []; |
449 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { | 448 | if (!empty($res_arr) && $res_arr['errcode'] == "0") { |
@@ -59,3 +59,5 @@ | @@ -59,3 +59,5 @@ | ||
59 | 2024-06-06 12:12:20《229》"{\"errcode\":0,\"errmsg\":\"ok\",\"msgid\":3490581476343447558}" | 59 | 2024-06-06 12:12:20《229》"{\"errcode\":0,\"errmsg\":\"ok\",\"msgid\":3490581476343447558}" |
60 | 2024-06-14 11:22:19《273》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 666bb76c-4e14d81a-33362628\"}" | 60 | 2024-06-14 11:22:19《273》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 666bb76c-4e14d81a-33362628\"}" |
61 | 2024-06-14 11:25:04《273》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 666bb811-4b286ac1-50b944bb\"}" | 61 | 2024-06-14 11:25:04《273》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 666bb811-4b286ac1-50b944bb\"}" |
62 | +2024-06-14 11:35:45《278》"{\"errcode\":0,\"errmsg\":\"ok\",\"msgid\":3502141094048038917}" | ||
63 | +2024-06-14 11:45:06《278》"{\"errcode\":0,\"errmsg\":\"ok\",\"msgid\":3502150500714283009}" |
-
请 注册 或 登录 后发表评论