curl --location --request GET '/adminapi/order.order/otherLists' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"order_terminal_lists": {
"1": "微信小程序",
"2": "微信公众号",
"3": "手机H5",
"4": "电脑PC",
"5": "苹果APP",
"6": "安卓APP"
},
"order_type_lists": [
"普通订单",
"拼团订单",
"秒杀订单",
"砍价订单"
],
"pay_way_lists": [
"1": "余额支付",
"2": "微信支付",
"3": "支付宝支付"
],
"pay_status_lists": [
"未支付",
"已支付"
],
"delivery_type_lists": {
"1": "快递发货",
"2": "上门自提",
"3": "同城配送"
},
"refund_status_lists": []
}
}