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