{
"orderNo": "48927981820747776",
"orderSkuNo": "48927983968231426",
"thirdUserId": "dev01"
}curl --location -g --request POST 'https://open-test.wanqidian.com/open/api/v1/aftersale/supportExchange?appid=&noncestr={{$string.alphanumeric(length=8)}}×tamp={{$date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "48927981820747776",
"orderSkuNo": "48927983968231426",
"thirdUserId": "dev01"
}'{
"code": 200,
"message": "处理成功",
"success": true,
"data": {
"supportExchange": true,
"remark": null,
"exchangeSkuTree": {
"title": "选择颜色",
"name": null,
"spec": null,
"specs": null,
"skuId": null,
"subList": [
{
"title": "选择尺码",
"name": "黑色",
"spec": "黑色",
"specs": "颜色:黑色",
"skuId": null,
"subList": [
{
"title": null,
"name": "M",
"spec": "M",
"specs": "颜色:黑色;尺码:M",
"skuId": 1914505804998381570,
"subList": []
},
{
"title": null,
"name": "L",
"spec": "L",
"specs": "颜色:黑色;尺码:L",
"skuId": 1914505804998381571,
"subList": []
}
]
}
]
}
}
}