@@ -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"])
return response.json(300)