user_id 保存

This commit is contained in:
2025-10-22 09:44:41 +08:00
parent 5542963183
commit 1ddef4432a
2 changed files with 50 additions and 45 deletions

View File

@@ -100,7 +100,7 @@ class SendMarkSms implements Consumer
Db::table('sms_push_event_record')->insert([
'shop_id' => $record['shop_id'],
'event_id' => $record['id'],
'user_id' => $v['user_id'],
'user_id' => $v['u_user_id'],
'type' => 'sms',
'user_phone' => $v['phone'],
'biz_id' => $res['BizId'],