{
"orderNo": "string",
"orderStatus": 0,
"changeTime": "string",
"thirdOrderNo": "string",
"thirdUserId": "string",
"orderSkuList": [
{
"orderSkuNo": "string",
"orderSkuStatus": 0,
"changeTime": "string",
"skuId": "string",
"goodsId": "string",
"activityId": "string"
}
]
}curl --location --globoff 'https://open-test.wanqidian.com<渠道回调地址>?messageKey=202501010800888123456789&topic=ORDER_CHANGE&appid=&noncestr={{%24string.alphanumeric(length%3D8)}}×tamp={{%24date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "string",
"orderStatus": 0,
"changeTime": "string",
"thirdOrderNo": "string",
"thirdUserId": "string",
"orderSkuList": [
{
"orderSkuNo": "string",
"orderSkuStatus": 0,
"changeTime": "string",
"skuId": "string",
"goodsId": "string",
"activityId": "string"
}
]
}'{
"code": 0,
"message": "string"
}