{
"reqBody": {
"fileName": "string",
"fileText": "string",
"orgCode": "string"
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/member/pictureUpload' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"fileName": "string",
"fileText": "string",
"orgCode": "string"
}
}'{
"rspBody": {
"customInfo": {
"property1": {},
"property2": {}
},
"fileId": "string",
"filePath": "string",
"retCode": "string",
"retMsg": "string"
},
"rspHeader": {
"rspCode": "string",
"rspInfo": "string",
"transCode": "string",
"transSequence": "string",
"easyPayCertificateId": "string"
}
}