|
|
@ -44,8 +44,8 @@ public class ApiPointsController { |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@GetMapping("getPointsLogList") |
|
|
|
public Result<List<PointsLogListResultDTO>> getPointsLogList(PointsLogListFormDTO formDto) { |
|
|
|
return pointsService.getPointsLogList(formDto); |
|
|
|
public Result<List<PointsLogListResultDTO>> getPointsLogList(@LoginUser TokenDto userDetail, PointsLogListFormDTO formDto) { |
|
|
|
return pointsService.getPointsLogList(userDetail, formDto); |
|
|
|
} |
|
|
|
|
|
|
|
/*** |
|
|
|