NoticeSetting::SMS_SCENE[$key], 'mobile' => $mobile, 'params' => ['code'=>$code] ]; if (!empty($user_id)) { $send_data['user_id'] = $user_id; } Hook::listen('sms_send',$send_data); return true; } catch (\Exception $e) { return $e->getMessage(); } } }