请求URL
http://xx.com/config/thirdPartySwitchList
Headers
请求方式
参数
返回示例
{
"error_code": 0,
"msg": "success",
"data": [
{
"id": 117,
"type": 3,
"title": "聊天开关", //标题
"key": "im", //键
"value": "huanxin", //值
"desc": "",
"created_at": "2021-11-20 10:46:48",
"updated_at": "2021-11-20 10:46:48"
},
{
"id": 118,
"type": 3,
"title": "存储开关",
"key": "oss",
"value": "ali",
"desc": "",
"created_at": "2021-11-20 10:46:48",
"updated_at": "2021-11-20 10:46:48"
},
{
"id": 119,
"type": 3,
"title": "视频点播开关",
"key": "video",
"value": "ali",
"desc": "视频点播",
"created_at": "2021-12-07 10:26:29",
"updated_at": "2021-12-07 11:01:45"
},
{
"id": 120,
"type": 3,
"title": "视频直播",
"key": "live",
"value": "tencent",
"desc": "视频直播",
"created_at": "2021-12-07 10:26:29",
"updated_at": "2021-12-07 10:26:29"
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
success |
备注