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

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