Update SmsFlashPromotionProductRelationController.java

This commit is contained in:
macro
2023-04-10 15:14:01 +08:00
parent 15eeee26d5
commit e21cfe5823

View File

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