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