lizhen_gitee преди 20 часа
родител
ревизия
fffc2665ae
променени са 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(__('发送失败'));
         }
     }