|
@@ -122,6 +122,7 @@ class Sms extends BaseModel
|
|
|
|
|
|
//短信是否开启
|
|
|
if($message_info["sms_is_open"] == 0) return $this->error();
|
|
|
+ echo "<pre>";print_r($param);exit;
|
|
|
$result = event("SendSms", $param, true);
|
|
|
if(empty($result)){
|
|
|
$result = $this->error([], "EMPTY_SMS_TYPE");
|