Partner provides a URL address for receiving Issue notifications, using POST method
Request
Body Params application/json
{
"msg": "出票失败原因,出票成功此字段为空",
"orderNo": "TSY订单号",
"orderId": "合作伙伴订单号",
"type": "issued"
}
Request samples
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": "出票失败原因,出票成功此字段为空",
"orderNo": "TSY订单号",
"orderId": "合作伙伴订单号",
"type": "issued"
}'
Responses
application/json {
"msg": "success",
"code": "0"
}
Modified at 2025-03-11 10:20:21