X-API-Key: ********************{
"tenantAppId": "string",
"timestamp": "string",
"nonceStr": "string",
"interfaceTypeCode": "string",
"interfaceCode": "string",
"signature": "string",
"data": {
"orderCode": "string",
"status": "string",
"amount": 0,
"updateTime": "2019-08-24T14:15:22Z",
"message": "string"
}
}curl --location --request POST '/book/statusNotify' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantAppId": "string",
"timestamp": "string",
"nonceStr": "string",
"interfaceTypeCode": "string",
"interfaceCode": "string",
"signature": "string",
"data": {
"orderCode": "string",
"status": "string",
"amount": 0,
"updateTime": "2019-08-24T14:15:22Z",
"message": "string"
}
}'{
"code": 0,
"msg": "string",
"data": {}
}