Skip to content

Commit e3568c7

Browse files
committed
feat(AccountController): mark getBangumiCollectionSyncStatus as deprecated
1 parent d06987e commit e3568c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flow-client/src/main/java/com/ligg/flowclient/controller/AccountController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public Result<UserBgmCollectionSyncStatusVo> syncBangumiCollections(
184184
/**
185185
* 查询 Bangumi 收藏同步任务状态。
186186
*/
187+
@Deprecated
187188
@GetMapping("/oauth/bangumi/collections/sync")
188189
public Result<UserBgmCollectionSyncStatusVo> getBangumiCollectionSyncStatus(
189190
@RequestAttribute(AuthorizationInterceptor.ACCESS_TOKEN_REQUEST_ATTRIBUTE) String accessToken) {

0 commit comments

Comments
 (0)