@@ -56,7 +56,7 @@ public class SecondShieldController {
}
- @ApiOperation("商品拉黑")
+ @ApiOperation("取消拉黑")
@PostMapping("/deleteGoodsShield")
public R<T> deleteGoodsShield(
@RequestParam(value = "id", required = false) Integer id) {