|
|
@@ -79,7 +79,7 @@ public class CurrentUserController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("更新用户的个人账户中心信息")
|
|
|
- @GetMapping("/updateAccountInfo")
|
|
|
+ @PostMapping("/updateAccountInfo")
|
|
|
public CommonResult<Boolean> updateAccountInfo(@RequestBody AccountUserInfoEditDTO source){
|
|
|
SaTokenUtils.getStpUtil().checkLogin();
|
|
|
String stpType = LoginUserContextHolder.getStpType();
|