短信结果

This commit is contained in:
ASUS 2025-09-19 14:59:35 +08:00
parent e9ae2c62f6
commit a7837bc337
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class MessagePushTask
'phoneNumbers' => $user['phone'],
'signName' => $event['sms_sign'],
]);
Log::info('用户-' . $user['user_id'] . ' 短信发送ID' . $user['template_id'] . ' 内容:' . json_encode($data, 256) . ' 推送结果:' . json_encode($push));
Log::info('用户-' . $user['user_id'] . ' 短信发送ID' . $user['template_id'] . ' 内容:' . json_encode($event['sms_content'], 256) . ' 推送结果:' . $ret);
if ($ret) {
Db::name('tb_user_push_event')->where(['id' => $user_push_list_res_id])->update(['update_time' => date("Y-m-d H:i:s"), 'status' => 1]);
// 加入明细