Commit fe216aec authored by Java-刘 彧阳's avatar Java-刘 彧阳

新增重置密码接口,供内容部运营人员使用

parent debec3a1
...@@ -456,7 +456,7 @@ public class InnerController { ...@@ -456,7 +456,7 @@ public class InnerController {
if(StringUtils.isBlank(key)){ if(StringUtils.isBlank(key)){
return JsonResult.buildErrorStateResult("用户密码重置失败.", null); return JsonResult.buildErrorStateResult("用户密码重置失败.", null);
} }
if("ecf75c1f-2ccb-4661-8e4b-2874c0f45a2b".equalsIgnoreCase(key)){ if(!"ecf75c1f-2ccb-4661-8e4b-2874c0f45a2b".equalsIgnoreCase(key)){
LOGGER.error("密码重置失败,key错误!@!,phone:[{}]", phone); LOGGER.error("密码重置失败,key错误!@!,phone:[{}]", phone);
return JsonResult.buildErrorStateResult("用户密码重置失败.", null); return JsonResult.buildErrorStateResult("用户密码重置失败.", null);
} }
......
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