添加增加减少会员余额接口
This commit is contained in:
parent
e35cb8ad3c
commit
95e37c2048
|
|
@ -102,6 +102,7 @@ public class TbShopUserController {
|
|||
@PostMapping("midfiyAccount")
|
||||
@ApiOperation("增加扣减会员余额")
|
||||
public ResponseEntity<Object> midfiyAccount(Map<String,Object> map){
|
||||
return null;
|
||||
tbShopUserService.modfiyAccount(map);
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue