{
"trace_no": "string",
"order_sn": "string",
"cause": "string",
"refund_type": 0,
"images": [
"string"
],
"mark": "string",
"refund": [
{
"unique": "string",
"number": 0
}
]
}curl --location --globoff 'https://open.yibaitao.cn/api/refund/apply?access_token={{token}}' \
--header 'version: v1' \
--header 'Content-Type: application/json' \
--data '{
"trace_no": "string",
"order_sn": "string",
"cause": "string",
"refund_type": 0,
"images": [
"string"
],
"mark": "string",
"refund": [
{
"unique": "string",
"number": 0
}
]
}'{"code":200,"info":"成功","data":{"refund_sn":"R172948711332435776"}}