ソースを参照

短信改用乐见正式的

lizhen_gitee 9 ヶ月 前
コミット
5b778d8601
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/api/controller/Sms.php

+ 1 - 1
application/api/controller/Sms.php

@@ -59,7 +59,7 @@ class Sms extends Api
         if ($ret) {
         if ($ret) {
             $this->success(__('发送成功'));
             $this->success(__('发送成功'));
         } else {
         } else {
-            $this->error(__('发送失败,短信尚未对接'));
+            $this->error(__('发送失败'));
         }
         }
     }
     }