文档
测试
现存接口

获取用户所有主题

GET
https://portal.dev2.supwisdom.com/portal-api/v2/theme/themeInfo

请求头

参数名
类型
描述
必填
x-id-token
string
用户token
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
0:成功;-1:失败;
必填
message
string
接口访问状况信息
必填
data
array
数据列表
必填
routerPermissionsList
array
路由权限配置列表
必填
routerCode
string
路由code
必填
routerPath
string
路由访问路径
必填
routerDescription
string
路由说明
必填

说明 / 示例

```json { "routerPermissionsList":[{ "routerCode": "Tourist", "routerPath": "/Tourist", "routerDescription": "游客", }, { "routerCode": "Index", "routerPath": "/Index", "routerDesc": "通用首页", }, { "routerCode": "Visitor", "routerPath": "/Visitor", "routerDesc": "访客首页", }], }