{
"aftersaleNo": "string",
"notificationType": 0,
"generationTime": "string",
"orderStatus": "string",
"beforeAfterSalesNo": "string",
"beforeOrderStatus": "string",
"orderNo": "string",
"orderSkuNo": "string"
}curl --location -g --request POST 'https://open-test.wanqidian.com<渠道回调地址>?messageKey=202501010800888123456789&topic=AFTERSALE_CHANGE&appid=&noncestr={{$string.alphanumeric(length=8)}}×tamp={{$date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"aftersaleNo": "string",
"notificationType": 0,
"generationTime": "string",
"orderStatus": "string",
"beforeAfterSalesNo": "string",
"beforeOrderStatus": "string",
"orderNo": "string",
"orderSkuNo": "string"
}'{
"code": 0,
"message": "string"
}