Commit b29ff0d3 by “Kongxiangkun”

增加积分商城相关代码

parent 40792764
...@@ -49,7 +49,8 @@ public class StudentCalendarController { ...@@ -49,7 +49,8 @@ public class StudentCalendarController {
@ApiOperation(value = "新增签到") @ApiOperation(value = "新增签到")
@GetMapping(value = "/addPoint") @GetMapping(value = "/addPoint")
public Response<Object> addPoint(@RequestParam("code") String code,@RequestParam("sourceId") Long sourceId) { public Response<Object> addPoint(@RequestParam("code") String code,@RequestParam("sourceId") Long sourceId) {
return Response.ok(pointListenerClients.addPoint(code,sourceId)); // pointListenerClients.addPoint(code,sourceId);
return Response.ok();
} }
/*@Autowired /*@Autowired
......
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