{
"JzAppMsg": {
"AppID": "string",
"SecretID": "string",
"SecretKey": "string"
},
"ToAppMsg": {
"k3": {
"authCode": "string"
},
"Tplus": {
"appKey": "string",
"appSecret": "string",
"code": "string"
},
"u8": {
"app_key": "string",
"app_secret": "string",
"to_account": "string",
"from_account": "string"
},
"bip": {
"client_id": "string",
"client_secret": "string",
"biz_center": "string",
"pubKey": "string"
},
"apipath": "string"
}
}
curl --location --request POST '/api/Home/JZAppFiledCorr?msgid&fromtype' \
--header 'Content-Type: application/json' \
--data-raw '{
"JzAppMsg": {
"AppID": "string",
"SecretID": "string",
"SecretKey": "string"
},
"ToAppMsg": {
"k3": {
"authCode": "string"
},
"Tplus": {
"appKey": "string",
"appSecret": "string",
"code": "string"
},
"u8": {
"app_key": "string",
"app_secret": "string",
"to_account": "string",
"from_account": "string"
},
"bip": {
"client_id": "string",
"client_secret": "string",
"biz_center": "string",
"pubKey": "string"
},
"apipath": "string"
}
}'
{}