提交 76359ee8 编写于 作者: 郝先瑞

refactor(SpuController.java): 方法名修改

上级 51a3d5b9
......@@ -28,7 +28,7 @@ public class SpuController {
@ApiOperation(value = "商品分页列表")
@GetMapping("/page")
public PageResult listGoodsWithPage(SpuPageQuery queryParams) {
public PageResult listSpuPage(SpuPageQuery queryParams) {
IPage<GoodsPageVO> result = iPmsSpuService.listAppSpuWithPage(queryParams);
return PageResult.success(result);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册