Commit 808cee0e by “Kongxiangkun”

增加积分商城相关代码

parent bd75ccc9
......@@ -53,7 +53,7 @@ public class PointApiController {
return pointService.getPointDetailsList(accountId, pageNo, pageSize);
}
@GetMapping("/productList")
@GetMapping("/product/list")
public List<PointProductVo> productList(
@RequestParam(name = "pageNo" ,required = false ) Integer pageNo,
@RequestParam(name = "pageSize" ,required = false ) Integer pageSize){
......
Markdown is supported
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