user_id 保存
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user