本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
curl --location 'https://m1.apifoxmock.com/m1/6862105-0-default/orders/' \
--header 'token: {{token}}' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"order_id": "string",
"status": "0",
"amount": 0,
"delivery_fee": 0,
"receiver": "string",
"phone": "string",
"address": "string",
"remarks": "string",
"t_pay": "2019-08-24T14:15:22.123Z",
"coupon": {
"name": "string",
"threshold": 0,
"free_amount": 0,
"publish_count": 0,
"left_count": 0,
"c_type": "0",
"status": "0",
"t_begin": "2019-08-24T14:15:22.123Z",
"t_end": "2019-08-24T14:15:22.123Z"
}
}'[
{
"order_id": "string",
"o_coupon_id": "string",
"status": "0",
"amount": 0,
"delivery_fee": 0,
"receiver": "string",
"phone": "string",
"address": "string",
"remarks": "string",
"t_pay": "2019-08-24T14:15:22.123Z",
"t_create": "2019-08-24T14:15:22.123Z",
"coupon": {
"name": "string",
"threshold": 0,
"free_amount": 0,
"publish_count": 0,
"left_count": 0,
"c_type": "0",
"status": "0",
"t_begin": "2019-08-24T14:15:22.123Z",
"t_end": "2019-08-24T14:15:22.123Z"
}
}
]