This commit is contained in:
邹宗楠
2026-06-24 09:34:16 +08:00
parent 3b37289dd5
commit 4844f494c6
3 changed files with 40 additions and 3 deletions

View File

@@ -193,6 +193,7 @@ func AccessPlatformAPIWithRetry(client *http.Client, handleRequest func() *http.
bodyMap = map[string]interface{}{
KeyData: bodyGeneral,
}
}
errLevel, err = handleResponse(response, string(bodyData), bodyMap)
if err != nil && errLevel == ErrLevelRecoverableErr && parseJSONErr != nil {