This commit is contained in:
Mrx
2026-06-09 16:44:10 +08:00
parent fd1f83a0f0
commit 21f7643b06
3 changed files with 10 additions and 10 deletions

View File

@@ -26,8 +26,9 @@ func ProcessFLXGHB4FRequest(ctx context.Context, params []byte, deps *processors
}
reqParams := map[string]interface{}{
"name": paramsDto.Name,
"id_card": paramsDto.IDCard,
"name": paramsDto.Name,
"id_card": paramsDto.IDCard,
"auth_pdf_base64": paramsDto.AuthAuthorizeFileBase64,
}
apiPath := "/api/v1/FLXGHB4F"

View File

@@ -26,9 +26,8 @@ func ProcessIVYZP2Q6Request(ctx context.Context, params []byte, deps *processors
}
reqParams := map[string]interface{}{
"name": paramsDto.Name,
"id_card": paramsDto.IDCard,
"auth_pdf_base64": paramsDto.AuthAuthorizeFileBase64,
"name": paramsDto.Name,
"id_card": paramsDto.IDCard,
}
apiPath := "/api/v1/IVYZP2Q6"