curl --location --request POST 'https://openapi.yundaex.com/openapi-api/v1/order/pushOrder' \
--header 'app-key;' \
--header 'sign;' \
--header 'req-time;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "000001",
"backparam": "散单测试",
"backurl": "",
"freight": 10,
"items": [
{
"name": "衣服",
"number": 1,
"remark": "袜子"
}
],
"other_charges": 0,
"premium": 1,
"receiver": {
"address": "青浦区盈港东路 6679 号",
"city": "上海市",
"company": "",
"county": "青浦区",
"mobile": "17601205970",
"name": "李四",
"phone": "",
"postcode": "string",
"province": "上海市"
},
"remark": "string",
"sendendtime": "2019-09-03 11:00:00",
"sender": {
"address": "盈港东路 7766 号",
"city": "上海市",
"company": "string",
"county": "青浦区",
"mobile": "17601205970",
"name": "张三",
"phone": "",
"postcode": "",
"province": "上海市"
},
"sendstarttime": "2019-09-03 10:00:00",
"size": "0.12,0.23,0.11",
"special": 0,
"value": 126.5,
"weight": 0
}'