lizhen_gitee 9 месяцев назад
Родитель
Сommit
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) {
             $this->success(__('发送成功'));
         } else {
-            $this->error(__('发送失败,短信尚未对接'));
+            $this->error(__('发送失败'));
         }
     }