Browse Source

发短信提示语

lizhen_gitee 19 giờ trước cách đây
mục cha
commit
fffc2665ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(__('发送失败'));
         }
     }