"admin-console/vscode:/vscode.git/clone" did not exist on "688100f96642b6adc0d0ed10188e87811314b375"
Commit e21cfe58 authored by macro's avatar macro
Browse files

Update SmsFlashPromotionProductRelationController.java

parent 15eeee26
...@@ -59,7 +59,7 @@ public class SmsFlashPromotionProductRelationController { ...@@ -59,7 +59,7 @@ public class SmsFlashPromotionProductRelationController {
return CommonResult.failed(); return CommonResult.failed();
} }
@ApiOperation("获取管理商品促销信息") @ApiOperation("获取关联商品促销信息")
@RequestMapping(value = "/{id}", method = RequestMethod.GET) @RequestMapping(value = "/{id}", method = RequestMethod.GET)
@ResponseBody @ResponseBody
public CommonResult<SmsFlashPromotionProductRelation> getItem(@PathVariable Long id) { public CommonResult<SmsFlashPromotionProductRelation> getItem(@PathVariable Long id) {
......
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