提交 38b91ea8 编写于 作者: Y YZJ

接口去掉驼峰

上级 654ec514
......@@ -22,6 +22,6 @@ public interface AuthApiUserInfo {
* @author wuyun
*/
@ApiOperation(value = "用户修改密码接口", notes = "用户修改密码接口")
@RequestMapping(value = "/auth/user/api/user/updatePassword", method = RequestMethod.POST)
@RequestMapping(value = "/auth/user/api/user/update/password", method = RequestMethod.POST)
Result<Integer> updatePassword(@RequestBody AuthUserUpdateBO authUserUpdateBO);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册