Explorar el Código

发短信提示语

lizhen_gitee hace 20 horas
padre
commit
fffc2665ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(__('发送失败'));
         }
     }