Commit dcb4c0e0 by “Kongxiangkun”

增加积分商城相关代码

parent ac1e0612
...@@ -39,7 +39,7 @@ public interface PointApiFeignClients { ...@@ -39,7 +39,7 @@ public interface PointApiFeignClients {
List<PointProductVo> productList(@RequestParam(name = "pageNo" ,required = false ) Integer pageNo, List<PointProductVo> productList(@RequestParam(name = "pageNo" ,required = false ) Integer pageNo,
@RequestParam(name = "pageSize" ,required = false ) Integer pageSize); @RequestParam(name = "pageSize" ,required = false ) Integer pageSize);
@GetMapping("/read/finished") @GetMapping("/api/point/read/finished")
boolean readFinished( boolean readFinished(
@RequestParam(name = "accountId" ,required = false ) Long accountId, @RequestParam(name = "accountId" ,required = false ) Long accountId,
@RequestParam(name = "infoId" ,required = false ) String infoId); @RequestParam(name = "infoId" ,required = false ) String infoId);
......
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