alipay-emulator/pages/shopping/taobao/json/order.json

63 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//购物类型
"shoppingType": [
{
"label": "待付款",
"key": "daifukuan"
},
{
"label": "待发货",
"key": "daifahuo"
},
{
"label": "待收货",
"key": "daishouhuo"
},
{
"label": "退款/售后",
"key": "tuikuanshouhou"
},
{
"label": "评价",
"key": "pingjia"
},
{
"label": "已取消",
"key": "yiquxiao"
}
],
//购物类型字段分类
"shoppingClassfiy": {
"daifukuan": {
"status": "待付款",
"statusDesc": "卖家未发货",
"shopName": "细条条",
"shopType": "taobao", //淘宝-taobao天猫-tianmao百补-baiyibutie
"totalPrice": "",
"carriage": "0.00",
"products": [
{
"image": "",
"title": "",
"desc": "",
"service": "",
"price": "",
"count": "",
"stuta": {
"value": "买家已付款", //待付款-买家已付款,待发货-卖家已发货,待收货-交易完成,退款
"key": "daifukuan",
"desc": "申请退款"
}
}
],
"orderInfo": [
{
"label": "订单编号",
"key": "orderNumber",
"value": "",
"type": "number"
}
]
}
}
}