Commit 9d8b402b by “Kongxiangkun”

增加积分商城相关代码

parent 3a860079
......@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestParam;
public interface PointManageFeignClients {
@GetMapping("/manage/point/details/list")
Page<PointDetailsVO> getManagePointDetails(
@RequestParam(name = "activityId", required = false) Long activityId,
@RequestParam(name = "learnType", required = false) String learnType,
@RequestParam(name = "accountName", required = false) String accountName,
@RequestParam(name = "startTime", required = false) Long startTime, @RequestParam(name = "endTime", required = false) Long endTime,
@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