release- 用户积分日志列表 接口描述错误

release-2024-04-25
huangyawei 3 months ago
parent 2279b22b22
commit 5006c7b900

@ -190,7 +190,7 @@ public class PointController {
// return Result.success(); // return Result.success();
// } // }
@ApiOperation(value = "2.2.用户积分日志列表APP", notes = "用户积分日志列表") @ApiOperation(value = "2.2.用户积分日志列表PC", notes = "用户积分日志列表")
@PostMapping("/admin/log/list/{page}/{size}") @PostMapping("/admin/log/list/{page}/{size}")
@GlobalInterceptor(checkAdminLogin = true) @GlobalInterceptor(checkAdminLogin = true)
public Result<PageResult<UserPointLogVO>> getUserPointLogListForAdmin( public Result<PageResult<UserPointLogVO>> getUserPointLogListForAdmin(
@ -202,7 +202,7 @@ public class PointController {
userPointLogService.getUserPointLogList(token, userPointLogSearchDto, page, size)); userPointLogService.getUserPointLogList(token, userPointLogSearchDto, page, size));
} }
@ApiOperation(value = "2.3.用户积分日志列表PC", notes = "用户积分日志列表") @ApiOperation(value = "2.3.用户积分日志列表APP", notes = "用户积分日志列表")
@PostMapping("/app/log/list/{page}/{size}") @PostMapping("/app/log/list/{page}/{size}")
@GlobalInterceptor(checkAppUserLogin = true) @GlobalInterceptor(checkAppUserLogin = true)
public Result<PageResult<UserPointLogVO>> getUserPointLogListForApp( public Result<PageResult<UserPointLogVO>> getUserPointLogListForApp(

Loading…
Cancel
Save