|
@@ -44,6 +44,7 @@ class SmsLogic extends BaseLogic
|
|
|
$result = event('Notice', [
|
|
$result = event('Notice', [
|
|
|
'scene_id' => $scene,
|
|
'scene_id' => $scene,
|
|
|
'params' => [
|
|
'params' => [
|
|
|
|
|
+ 'user_id' => 0,
|
|
|
'mobile' => $params['mobile'],
|
|
'mobile' => $params['mobile'],
|
|
|
'code' => mt_rand(1000, 9999),
|
|
'code' => mt_rand(1000, 9999),
|
|
|
]
|
|
]
|