提交 8206d8f1 编写于 作者: M macro

Update SmsFlashPromotionController.java

上级 3ad151c1
......@@ -34,7 +34,7 @@ public class SmsFlashPromotionController {
return CommonResult.failed();
}
@ApiOperation("编辑活动信息")
@ApiOperation("编辑活动")
@RequestMapping(value = "/update/{id}", method = RequestMethod.POST)
@ResponseBody
public Object update(@PathVariable Long id, @RequestBody SmsFlashPromotion flashPromotion) {
......@@ -45,7 +45,7 @@ public class SmsFlashPromotionController {
return CommonResult.failed();
}
@ApiOperation("删除活动信息")
@ApiOperation("删除活动")
@RequestMapping(value = "/delete/{id}", method = RequestMethod.POST)
@ResponseBody
public Object delete(@PathVariable Long id) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册