Commit 1ea2d4ea by “Kongxiangkun”

增加积分商城相关代码

parent 1018d275
...@@ -44,7 +44,7 @@ public interface PointApiFeignClients { ...@@ -44,7 +44,7 @@ public interface PointApiFeignClients {
@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);
@GetMapping("/addPoint") @GetMapping("/api/point/addPoint")
boolean addPoint( boolean addPoint(
@RequestParam(name = "accountId" ,required = false ) Long accountId, @RequestParam(name = "accountId" ,required = false ) Long accountId,
@RequestParam(name = "type" ,required = false ) String type, @RequestParam(name = "type" ,required = false ) String type,
......
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