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