add QCXG7K2N

This commit is contained in:
2026-07-05 00:48:37 +08:00
parent c08f40d212
commit 192ed5d009
9 changed files with 264 additions and 112 deletions

View File

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