This commit is contained in:
Mrx
2026-06-14 13:09:45 +08:00
parent 2fff537bfc
commit 64e72afc76
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ func ProcessFLXGHB4FRequest(ctx context.Context, params []byte, deps *processors
"auth_pdf_base64": paramsDto.AuthAuthorizeFileBase64,
}
apiPath := "/api/v1/FLXGHB4F"
apiPath := "/api/v1/FLXGC4CT"
respBytes, err := deps.HaiyuapiService.CallAPI(ctx, apiPath, reqParams)
if err != nil {
if errors.Is(err, haiyuapi.ErrNotFound) {