增加店铺企业信息接口
增加删除商品 修复:修改订单金额售后金额不正确
This commit is contained in:
@@ -96,4 +96,12 @@ public class SeckillManagerController {
|
||||
return ResultUtil.data(seckillApply);
|
||||
}
|
||||
|
||||
@DeleteMapping("/apply/{seckillId}/{id}")
|
||||
@ApiOperation(value = "删除秒杀活动申请")
|
||||
public ResultMessage<String> deleteSeckillApply(@PathVariable String seckillId, @PathVariable String id) {
|
||||
seckillApplyService.removeSeckillApply(seckillId, id);
|
||||
return ResultUtil.success();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user