Browse Source

短信返回

bianjunhui 1 year ago
parent
commit
8b24dd533b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/common/model/Assms.php

+ 2 - 1
application/common/model/Assms.php

@@ -8,7 +8,8 @@ class Assms Extends Model
 {
 
     public function sendSms($data){
-        $this->sendSmsClick($data['mobile'],$data['template_body']);
+        $result = $this->sendSmsClick($data['mobile'],$data['template_body']);
+        return $result;
     }
     function sendSmsClick($phone,$template_body)
     {