层级列表 websocket测试 POST https://pro.meiboshi.vip/api/hierarchy 说明 / 示例 ``` { "status": 200, "msg": "ok", "data": { "list": [ { "id": 1, "hierarchy": 1, "price": "7988.00", "discount": "3000.00", "icon": "https://img.pro.meiboshi.vip/76c09202007201150335711.png", "weight": 1, "title": "VIP级别", "is_show": "1", "add_time": "2020-07-20 11:50:40", "last_time": "2020-07-20 13:40:35", "is_real": 0, "mark": "一次办理,终身享用", "is_pay": false }, { "id": 2, "hierarchy": 2, "price": "9999.00", "discount": "4000.00", "icon": "https://img.pro.meiboshi.vip/63d03202007201347016512.png", "weight": 0, "title": "县代级别", "is_show": "1", "add_time": "2020-07-20 13:47:06", "last_time": "2020-07-20 13:47:06", "is_real": 0, "mark": "一次办理,终身享用", "is_pay": true }, { "id": 3, "hierarchy": 3, "price": "39780.00", "discount": "6000.00", "icon": "https://img.pro.meiboshi.vip/aa468202007201347438393.png", "weight": 0, "title": "市代级别", "is_show": "1", "add_time": "2020-07-20 13:47:48", "last_time": "2020-07-20 14:24:24", "is_real": 1, "mark": "需要实名认证", "is_pay": true }, { "id": 4, "hierarchy": 4, "price": "98000.00", "discount": "8000.00", "icon": "https://img.pro.meiboshi.vip/28829202007201348359828.png", "weight": 0, "title": "省代级别", "is_show": "1", "add_time": "2020-07-20 13:48:41", "last_time": "2020-07-20 14:24:28", "is_real": 1, "mark": "需要实名认证", "is_pay": true }, { "id": 5, "hierarchy": 5, "price": "198000.00", "discount": "10000.00", "icon": "https://img.pro.meiboshi.vip/3d881202007201349355070.png", "weight": 0, "title": "总代级别", "is_show": "1", "add_time": "2020-07-20 13:49:38", "last_time": "2020-07-20 14:24:35", "is_real": 1, "mark": "需要实名认证", "is_pay": true } ] } } ```
``` { "status": 200, "msg": "ok", "data": { "list": [ { "id": 1, "hierarchy": 1, "price": "7988.00", "discount": "3000.00", "icon": "https://img.pro.meiboshi.vip/76c09202007201150335711.png", "weight": 1, "title": "VIP级别", "is_show": "1", "add_time": "2020-07-20 11:50:40", "last_time": "2020-07-20 13:40:35", "is_real": 0, "mark": "一次办理,终身享用", "is_pay": false }, { "id": 2, "hierarchy": 2, "price": "9999.00", "discount": "4000.00", "icon": "https://img.pro.meiboshi.vip/63d03202007201347016512.png", "weight": 0, "title": "县代级别", "is_show": "1", "add_time": "2020-07-20 13:47:06", "last_time": "2020-07-20 13:47:06", "is_real": 0, "mark": "一次办理,终身享用", "is_pay": true }, { "id": 3, "hierarchy": 3, "price": "39780.00", "discount": "6000.00", "icon": "https://img.pro.meiboshi.vip/aa468202007201347438393.png", "weight": 0, "title": "市代级别", "is_show": "1", "add_time": "2020-07-20 13:47:48", "last_time": "2020-07-20 14:24:24", "is_real": 1, "mark": "需要实名认证", "is_pay": true }, { "id": 4, "hierarchy": 4, "price": "98000.00", "discount": "8000.00", "icon": "https://img.pro.meiboshi.vip/28829202007201348359828.png", "weight": 0, "title": "省代级别", "is_show": "1", "add_time": "2020-07-20 13:48:41", "last_time": "2020-07-20 14:24:28", "is_real": 1, "mark": "需要实名认证", "is_pay": true }, { "id": 5, "hierarchy": 5, "price": "198000.00", "discount": "10000.00", "icon": "https://img.pro.meiboshi.vip/3d881202007201349355070.png", "weight": 0, "title": "总代级别", "is_show": "1", "add_time": "2020-07-20 13:49:38", "last_time": "2020-07-20 14:24:35", "is_real": 1, "mark": "需要实名认证", "is_pay": true } ] } } ```