Authorization: Bearer ********************
{
"orderId":3,
"orderCode":"516990462293184512",
"aftersaleType":"1",
"reason":"质量问题",
"amount":"1001",
"pictures":"[]",
"comment":"买小了",
"addressId":1,
"returnWay":"上门取件"
}
curl --location --request POST 'http://47.93.16.76:8080/app/mall/api/v1/applyFor/afterSales' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId":3,
"orderCode":"516990462293184512",
"aftersaleType":"1",
"reason":"质量问题",
"amount":"1001",
"pictures":"[]",
"comment":"买小了",
"addressId":1,
"returnWay":"上门取件"
}'
{
"msg": "操作成功",
"code": 200
}