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

更正方法名(不影响任何功能)

parent 1aa38b5d
...@@ -393,7 +393,7 @@ public class InnerController implements IBaseController { ...@@ -393,7 +393,7 @@ public class InnerController implements IBaseController {
*/ */
@LogHttpCaller @LogHttpCaller
@RequestMapping("/user_detail/update") @RequestMapping("/user_detail/update")
public JsonResult updateUserQQ(String qq, String email, Long userId) { public JsonResult updateUserDetail(String qq, String email, Long userId) {
if (Objects.isNull(userId) || userId == 0L) { if (Objects.isNull(userId) || userId == 0L) {
return JsonResult.buildErrorStateResult("userId为空", null); return JsonResult.buildErrorStateResult("userId为空", 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