{
"orderItemId": 1024,
"way": 1,
"refundPrice": 100,
"applyReason": "1",
"applyDescription": "商品质量不好",
"applyPicUrls": "https://www.iocoder.cn/1.png, https://www.iocoder.cn/2.png"
}curl --location --request POST '/app-api/trade/after-sale/create' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderItemId": 1024,
"way": 1,
"refundPrice": 100,
"applyReason": "1",
"applyDescription": "商品质量不好",
"applyPicUrls": "https://www.iocoder.cn/1.png, https://www.iocoder.cn/2.png"
}'{
"code": 0,
"data": 0,
"msg": "string"
}