curl --location 'https://tinterface.mcake.com/openapi/store/order/return' \
--header 'appAuthToken: 9b5f188087bf7be8fee2be814d8ba842' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "132604220036977",
"reason": "货损",
"goods": [
{
"sku": "C9904",
"num": 1
},
{
"sku": "C205025",
"num": 1
},
{
"sku": "C205026",
"num": 1
}
]
}'{
"code": 0,
"msg": "Success",
"data": {
"result": "退货申请已提交,等待人工审核处理",
"returnNo": "122650"
}
}