瀏覽代碼

发短信提示语

lizhen_gitee 19 小時之前
父節點
當前提交
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(__('发送失败'));
         }
     }