权限列表
##### 简要描述
- 获取用户的权限
##### 请求URL
- ` /api/h5/authorize/permissions_list `
##### 请求方式
- GET
##### 参数
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
##### 返回示例
```php
{
"state": 1,
"msg": "成功",
"data": [
{
"id": 24,
"name": "轨迹监控",
"http_path": "/order/map_track/index*"
},
{
"id": 58,
"name": "主页",
"http_path": "/dashboard*"
},
{
"id": 71,
"name": "消息列表",
"http_path": "/module/notice_recorder*"
},
{
"id": 73,
"name": "消息通知-用户信息",
"http_path": "/base_info/shipper/user_info*"
},
{
"id": 79,
"name": "车队管理-列表",
"http_path": "/base_info/fleet*"
},
{
"id": 80,
"name": "车队管理-新增",
"http_path": ""
},
{
"id": 81,
"name": "车队管理-编辑",
"http_path": ""
},
{
"id": 83,
"name": "司机管理-列表",
"http_path": "/base_info/driver*"
},
{
"id": 84,
"name": "司机管理-新增",
"http_path": ""
},
{
"id": 85,
"name": "司机管理-编辑",
"http_path": ""
},
{
"id": 87,
"name": "车辆管理-列表",
"http_path": "/base_info/car_info*"
},
{
"id": 88,
"name": "车辆管理-新增",
"http_path": ""
},
{
"id": 89,
"name": "车辆管理-编辑",
"http_path": ""
},
{
"id": 101,
"name": "抢单列表-列表",
"http_path": "/order/snatch_shipper_order_list*"
},
{
"id": 105,
"name": "运单管理-列表",
"http_path": "/order/carrier_order*"
},
{
"id": 106,
"name": "运单管理-我的数据",
"http_path": ""
},
{
"id": 108,
"name": "运单台账-列表",
"http_path": "/order/carrier_order_audit*"
}
]
}
```
##### 返回参数说明
|参数名|类型|说明|
|:----- |:-----|----- |
##### 备注
- 更多返回错误代码请看首页的错误代码描述