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