Commit 19cdcbcf authored by macro's avatar macro
Browse files

Update SmsFlashPromotionProductRelationController.java

parent 8206d8f1
...@@ -35,7 +35,7 @@ public class SmsFlashPromotionProductRelationController { ...@@ -35,7 +35,7 @@ public class SmsFlashPromotionProductRelationController {
return CommonResult.failed(); return CommonResult.failed();
} }
@ApiOperation("修改关联相关信息") @ApiOperation("修改关联信息")
@RequestMapping(value = "/update/{id}", method = RequestMethod.POST) @RequestMapping(value = "/update/{id}", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public CommonResult update(@PathVariable Long id, @RequestBody SmsFlashPromotionProductRelation relation) { public CommonResult update(@PathVariable Long id, @RequestBody SmsFlashPromotionProductRelation relation) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment