Commit 3aafbaef authored by macro's avatar macro
Browse files

Update PmsProductController.java

parent e3f8b5f9
......@@ -90,7 +90,7 @@ public class PmsProductController {
}
}
@ApiOperation("批量上下架")
@ApiOperation("批量上下架商品")
@RequestMapping(value = "/update/publishStatus", method = RequestMethod.POST)
@ResponseBody
public CommonResult updatePublishStatus(@RequestParam("ids") List<Long> ids,
......
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