Authori-Zation: ********************
{
"type": "1",
"express_record_type": "1",
"delivery_name": "宅急送",
"delivery_id": "123",
"express_temp_id": "42bd223a11194ad3b9be6462f075299a",
"expressTemp": [],
"to_name": "",
"to_tel": "",
"to_addr": "",
"sh_delivery": "",
"fictitious_content": "",
"station_type": 1,
"delivery_type": "1",
"cargo_weight": 0,
"remark": "",
"mark": "",
"id": "",
"to_add": "",
"export_open": false,
"city_delivery_status": true,
"self_delivery_status": true,
"dada_delivery_status": true,
"uu_delivery_status": true,
"delivery_code": "zhaijisong",
"cart_ids": [
{
"cart_id": "69411093530509836288",
"cart_num": 1
}
]
}
curl --location --request POST '/adminapi/order/split_delivery/' \
--header 'Content-Type: application/json' \
--header 'Authori-Zation;' \
--data-raw '{
"type": "1",
"express_record_type": "1",
"delivery_name": "宅急送",
"delivery_id": "123",
"express_temp_id": "42bd223a11194ad3b9be6462f075299a",
"expressTemp": [],
"to_name": "",
"to_tel": "",
"to_addr": "",
"sh_delivery": "",
"fictitious_content": "",
"station_type": 1,
"delivery_type": "1",
"cargo_weight": 0,
"remark": "",
"mark": "",
"id": "",
"to_add": "",
"export_open": false,
"city_delivery_status": true,
"self_delivery_status": true,
"dada_delivery_status": true,
"uu_delivery_status": true,
"delivery_code": "zhaijisong",
"cart_ids": [
{
"cart_id": "69411093530509836288",
"cart_num": 1
}
]
}'