Commit e37b7e20 authored by 技术部-任文超's avatar 技术部-任文超

更新镜像

parent f32a497d
...@@ -1372,7 +1372,7 @@ public class InnerController implements IBaseController { ...@@ -1372,7 +1372,7 @@ public class InnerController implements IBaseController {
return JsonResult.buildSuccessResult("用户密码已重置.", password); return JsonResult.buildSuccessResult("用户密码已重置.", password);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("密码重置失败,phone[{}],err:[{}]", phone, e); log.error("密码重置失败,phone[{}]", phone, e);
} }
} }
return JsonResult.buildErrorStateResult("用户密码重置失败.", phone); return JsonResult.buildErrorStateResult("用户密码重置失败.", phone);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment