Commit 380a4845 by 阳浪

积分任务

parent 3bb364fb
...@@ -15,10 +15,10 @@ public interface PointListenerClients { ...@@ -15,10 +15,10 @@ public interface PointListenerClients {
@GetMapping("/manage/point/hadPointList") @GetMapping("/manage/point/hadPointList")
void hadPointList(); void hadPointList();
@GetMapping("saveHandPoint") @GetMapping("/manage/point/saveHandPoint")
boolean saveHandPoint(@RequestParam("sitePointId") String sitePointId); boolean saveHandPoint(@RequestParam("sitePointId") String sitePointId);
@GetMapping(value = "/addPoint") @GetMapping(value = "/manage/point/addPoint")
boolean addPoint(@RequestParam("code") String code, @RequestParam("sourceId") Long sourceId); boolean addPoint(@RequestParam("code") String code, @RequestParam("sourceId") Long sourceId);
} }
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