Merge remote-tracking branch 'origin/main'

This commit is contained in:
caozehui
2026-05-18 13:19:45 +08:00
11 changed files with 187 additions and 179 deletions

View File

@@ -208,7 +208,9 @@ export async function fetchRefreshToken(refreshToken: string): Promise<ServiceRe
method: 'post',
params: { refreshToken },
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
skipAuth: true
skipAuth: true,
suppressErrorMessage: true,
skipTokenRefresh: true
});
if (result.error || !result.data) {