+++
post:app/index.php?i=1&c=entry&ctrl=plateform&ac=order&op=errander&do=api&m=we7_wmall
*token=IBB844RyBXqssxeQrTEbMY4BCr7r8Yb4#身份密鑰
*status=1#訂單狀態,可選值(1:待搶訂單,頁面顯示按鈕:取消訂單,調度 2: 進行中訂單,頁面顯示按鈕:取消訂單,完成訂單,重新調度 3: 已完成訂單,頁面里不顯示任何按鈕 4: 已取消訂單,頁面里不顯示任何按鈕,5:退款訂單,頁面顯示按鈕:設置為已退款,查詢退款進度,發起退款))
*page=1#請求第幾頁數據。當page=1時為下拉刷新功能。當order的數據為空數組時,表示已加載全部數據
<<<
success
{
{
"message": {
"resultCode": 0,
"resultMessage": "",
"data": {
"order": [
{
"id": "2",
"uniacid": "1",
"acid": "1",
"uid": "1436",
"openid": "fromUser",
"code": "4429",
"order_sn": "20160914662628", //訂單號
"order_type": "buy", //訂單類型
"order_cid": "5",
"goods_name": "紅塔山", //商品名稱或物品信息
"goods_price": "20", //預期商品價格或商品價值
"goods_weight": "", //商品重量
"buy_username": "", //取貨聯系人姓名
"buy_sex": "", //取貨聯系人性別
"buy_mobile": "", //取貨聯系人手機號
"buy_address": "太原南站002", //取貨地址
"buy_location_x": "37.791672", //取貨地址經緯度
"buy_location_y": "112.610933", //取貨地址經緯度
"accept_username": "男", //收貨聯系人姓名
"accept_sex": "先生",
"accept_mobile": "13456235623",
"accept_address": "山西省太原市杏花嶺區柳溪街005",
"accept_location_x": "37.890277080565745",
"accept_location_y": "112.55086358999993",
"distance": "12.18",
"delivery_time": "立即送達", //配送時間
"tags": [
{
"title": "買香煙aaa", //顯示標簽名稱 注意: 可能會有多個標簽
"color": "#ff9900" //顯示標簽顏色
}
],
"pay_type": "credit",
"is_pay": "1",
"addtime": "1473838037",
"paytime": "1473838191",
"delivery_status": "1",
"deliveryer_id": "0",
"delivery_assign_time": "0",
"delivery_instore_time": "0",
"delivery_success_time": "0",
"status": "1",
"print_nums": "0",
"delivery_fee": "30.36", //配送費
"delivery_tips": "5", //紅包
"total_fee": "35.36", //訂單總金額
"discount_fee": "0", //訂單優惠金額
"final_fee": "35.36", //最終支付金額
"deliveryer_fee": 35.36, //配送員配送完成后可得到的金額
"deliveryer_total_fee": 35.36, //配送員配送該單總收入(平臺返現+客戶紅包)
"note": "速度要快", //備注
"is_remind": "0",
"is_anonymous": "1",
"anonymous_username": "章子怡",
"refund_status": "0",
"refund_out_no": "",
"refund_apply_time": "0",
"refund_success_time": "0",
"refund_channel": "",
"refund_account": "",
"order_type_cn": "隨意購", //訂單類型
"order_type_color": null, //訂單類型顏色
"addtime_cn": "09-14 15:27", //下單時間
"buy_address_title": "買", //取貨地址或者購買地址
"accept_address_title": "送", //收貨地址
"store2user_distance": "12.18", //取貨地址距離收貨地址的距離
"store2deliveryer_distance": 3.08 //配送員距離取貨地址的距離
"title": "買香煙", //標簽名稱,顏色:#ff9900
"verification_code": 0 //是否需要驗證收獲碼,0:不需要 1:需要
}
]
}
},
"redirect": "",
"type": "ajax"
}
}
<<<
error
{
"message": {
"resultCode": -1,
"resultMessage": "該訂單不是由您配送,不能變更狀態",
"data": {
"resultCode" => ''
}
}
}
+++