curl --location --request GET 'https://sms.crmeb.net/api/v2/shipment/index?kuaidi_num=&courier_name=&page=1&limit=10' \
--header 'Authorization: '{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"amount": "8.50",
"kuaidi_num": "kd1008966340",
"courier_phone": "12345678910",
"courier_name": "王大",
"kuaidi_label": "",
"day_type": 0,
"weight": "0.58",
"status": "已结算",
"order_change": []
}
],
"count": 1
}
}