|
|
|
@ -57,7 +57,7 @@ public class OverviewController { |
|
|
|
|
|
|
|
@Operation(summary = "Get notification") |
|
|
|
@RequestMapping(value = "/getNotification", method = RequestMethod.GET) |
|
|
|
public SimpleDataResponse<DashboardNotificationPageVO> getNotification( |
|
|
|
public SimpleDataResponse<List<DashboardNotificationPageVO>> getNotification( |
|
|
|
@Parameter(name = "LoginName", description = "Login name", required = true, schema = @Schema(defaultValue = "admin")) @RequestHeader(required = true) String LoginName, |
|
|
|
@Parameter(name = "AccessToken", description = "Authentication token", required = true) @RequestHeader(required = true) String AccessToken, |
|
|
|
@Parameter(name = "UserId", description = "User ID", required = true, schema = @Schema(defaultValue = "1")) @RequestHeader(required = true) Long UserId, |
|
|
|
|