|
@@ -5143,7 +5143,7 @@ class ChangeAccountInfoView(View):
|
|
|
authcode = CommonService.decode_data(authcode.strip())
|
|
|
if authcode is None:
|
|
|
return response.json(444, 'authcode')
|
|
|
-
|
|
|
+ LOGGER.info(f"change_phone, authcode: {authcode}")
|
|
|
reds = RedisObject()
|
|
|
key = str(new_phone) + '_ChangePhone'
|
|
|
reset_code = reds.get_data(key=key)
|