修改增加减少用户资金接口
This commit is contained in:
@@ -101,7 +101,7 @@ public class TbShopUserController {
|
|||||||
|
|
||||||
@PostMapping("midfiyAccount")
|
@PostMapping("midfiyAccount")
|
||||||
@ApiOperation("增加扣减会员余额")
|
@ApiOperation("增加扣减会员余额")
|
||||||
public ResponseEntity<Object> midfiyAccount(Map<String,Object> map){
|
public ResponseEntity<Object> midfiyAccount(@RequestBody Map<String,Object> map){
|
||||||
tbShopUserService.modfiyAccount(map);
|
tbShopUserService.modfiyAccount(map);
|
||||||
return new ResponseEntity<>(HttpStatus.OK);
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user