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, "auth_pdf_base64": paramsDto.AuthAuthorizeFileBase64,
} }
apiPath := "/api/v1/FLXGHB4F" apiPath := "/api/v1/FLXGC4CT"
respBytes, err := deps.HaiyuapiService.CallAPI(ctx, apiPath, reqParams) respBytes, err := deps.HaiyuapiService.CallAPI(ctx, apiPath, reqParams)
if err != nil { if err != nil {
if errors.Is(err, haiyuapi.ErrNotFound) { if errors.Is(err, haiyuapi.ErrNotFound) {

View File

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