This commit is contained in:
Mrx
2026-06-09 16:28:08 +08:00
parent 6d36c86c0f
commit fd1f83a0f0
3 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -27,7 +27,7 @@ func ProcessQYGLBH7YRequest(ctx context.Context, params []byte, deps *processors
reqParams := map[string]interface{}{
"ent_name": paramsDto.EntName,
"auth_pdf_base64": paramsDto.PdfBase64,
"auth_pdf_base64": paramsDto.AuthAuthorizeFileBase64,
}
apiPath := "/api/v1/QYGLBH7Y"