|
@@ -58,8 +58,8 @@ public class UserController extends AbstractApiController {
|
|
|
private ConfigMemberService configMemberService;
|
|
|
|
|
|
|
|
|
- @GetMapping("/update")
|
|
|
- @ApiOperation(value = "更新用户资料",httpMethod = "GET")
|
|
|
+ @PostMapping("/update")
|
|
|
+ @ApiOperation(value = "更新用户资料",httpMethod = "POST")
|
|
|
public Result update(@RequestBody UserUpdateParam param) {
|
|
|
if (param == null){
|
|
|
return ResultGenerator.genFailResult(ResultCode.OBJECT_IS_NULL);
|