chenjunkai преди 5 години
родител
ревизия
125a05ba38
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      controller/Lottery.py

+ 1 - 0
controller/Lottery.py

@@ -72,6 +72,7 @@ class AuthCodeView(TemplateView):
                         return response.json(10, '生成缓存系统错误')
                     return response.json(0)
                 else:
+                    return response.json(10, '发送验证码太频繁,或请更换手机')
                     return response.json(10, res["Message"])
             else:
                 return response.json(300)