f
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user