diff --git a/addons/xcj_system/controllers/renren/login_controller.py b/addons/xcj_system/controllers/renren/login_controller.py index 835713ff41839fa787b09fa8a19a69544bdf6139..3f7830421632c296828e1c8ed9c4455c707c836a 100644 --- a/addons/xcj_system/controllers/renren/login_controller.py +++ b/addons/xcj_system/controllers/renren/login_controller.py @@ -45,7 +45,7 @@ class LoginController(http.Controller): :param captcha: 验证码 :return: json """ - # 验证验证码 + # # 验证验证码 value = M(self.model_variable).get(utils.captcha_key(key)) if not equals_ignore_case(value, captcha): return R.error(code=401, message="验证码错误")