{
"applyExtendList": [
{
"orderSkuNo": "48927983968231426",
"applyCount": 2,
"applyAmount": 78
},
{
"orderSkuNo": "48927983968231424",
"applyCount": 1,
"applyAmount": 40
}
],
"thirdUserId": "dev01",
"afterSaleType": 9,
"afterSaleFirstReason": 0,
"afterSaleSecondReason": 40,
"proofImageUrls": [
"https://loremflickr.com/400/400?lock=1763502901276096"
],
"applyRemark": "remark",
"isReceived": 0,
"userAddress": "北京市东城区东城路123号",
"userName": "乐俊熙",
"userPhone": "18888888888",
"orderNo": "48927981820747776",
"provinceCode": "110000000000",
"cityCode": "110100000000",
"districtCode": "110101000000",
"exSkuId": null,
"spec": null
}curl --location -g --request POST 'https://open-test.wanqidian.com/open/api/v1/aftersale/apply?appid=&noncestr={{$string.alphanumeric(length=8)}}×tamp={{$date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyExtendList": [
{
"orderSkuNo": "48927983968231426",
"applyCount": 2,
"applyAmount": 78
},
{
"orderSkuNo": "48927983968231424",
"applyCount": 1,
"applyAmount": 40
}
],
"thirdUserId": "dev01",
"afterSaleType": 9,
"afterSaleFirstReason": 0,
"afterSaleSecondReason": 40,
"proofImageUrls": [
"https://loremflickr.com/400/400?lock=1763502901276096"
],
"applyRemark": "remark",
"isReceived": 0,
"userAddress": "北京市东城区东城路123号",
"userName": "乐俊熙",
"userPhone": "18888888888",
"orderNo": "48927981820747776",
"provinceCode": "110000000000",
"cityCode": "110100000000",
"districtCode": "110101000000",
"exSkuId": null,
"spec": null
}'{
"code": 200,
"message": "处理成功",
"success": true,
"data": [
{
"afterSalesNo": "48955619935305728",
"orderNo": "48927981820747776",
"orderSkuNo": "48927983968231426"
},
{
"afterSalesNo": "48955619935305730",
"orderNo": "48927981820747776",
"orderSkuNo": "48927983968231424"
}
]
}