简要描述:
车牌查询会员中心入口:
** 数据结构:**
{
"name": "storeOilStation",
"title": "车牌查询",
"class": "icon-member_hotel",
"url": "HotelManage",
"image": "http://demo.yun.cn/static/yunshop/designer/images/member_a(56).png",
"mini_url": "/packageA/storeOilStation/storeOilStation/storeOilStation",
"type_1": "business",
"type_2": "merchant",
"weight_1": 10700,
"weight_2": 3700
}
会员中心加油订单显示:
** 数据结构:**
{
"key": "storeOilStation",
"name": "加油订单",
"weight": 321,
"diy_key": "U_member_oil_order",
"data": [
{
"status": 0,
"status_name": "待支付",
"class": "icon-fontclass-daifukuan",
"total": 0
},
{
"status": 1,
"status_name": "已支付",
"class": "icon-fontclass-daifukuan3",
"total": 1
},
{
"status": -2,
"status_name": "全部订单",
"class": "icon-fontclass-quanbudingdan",
"total": 0
}
]
}
备注:
- 更多返回错误代码请看首页的错误代码描述