Update SmsFlashPromotionProductRelationController.java
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user