微信模版消息

This commit is contained in:
ASUS 2025-10-20 17:22:06 +08:00
parent b7297f1b82
commit 22c4b3cd7b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class SendWechatTemp implements Consumer
]);
Db::startTrans();
Db::table('sms_push_event')->where(['id' => $record['id']])->update([
Db::table('ac_push_event')->where(['id' => $record['id']])->update([
'status' => '1',
'update_time' => date('Y-m-d H:i:s'),
'send_time' => date('Y-m-d H:i:s'),