feat(gpc): align helper flow with api key queue tasks

This commit is contained in:
朴圣佑
2026-05-07 03:06:09 +08:00
parent 7228a9e531
commit bab7e54384
18 changed files with 1730 additions and 566 deletions
+2 -1
View File
@@ -71,7 +71,8 @@
}
function getErrorMessage(error) {
return String(typeof error === 'string' ? error : error?.message || '');
return String(typeof error === 'string' ? error : error?.message || '')
.replace(/^GPC_TASK_ENDED::/i, '');
}
function isVerificationMailPollingError(error) {