## 獲取網站配置信息
~~~[api]
get:index/Index/set
<<<
success
{
"code": 1,
"msg": "獲取成功",
"data": [
{
"id": 14,
"title": "LOGO",
"name": "logo",
"config": {
"content": "/uploads/config/d2/f4ab4a2120f74b4f0fd6e598ce9908.png",
"config_id": 14
}
},
{
"id": 25,
"title": "版權信息",
"name": "banquan",
"config": {
"content": "創新科技平臺版權所有",
"config_id": 25
}
},
{
"id": 26,
"title": "聯系地址",
"name": "site",
"config": {
"content": "廣東省韶關市湞江區",
"config_id": 26
}
},
{
"id": 27,
"title": "聯系電話",
"name": "phone",
"config": {
"content": "0751-8626389",
"config_id": 27
}
},
{
"id": 28,
"title": "郵箱地址",
"name": "email",
"config": {
"content": "SGSEA@126.com",
"config_id": 28
}
},
{
"id": 29,
"title": "技術支持",
"name": "jszc",
"config": {
"content": "信拓網絡技術有限公司",
"config_id": 29
}
},
{
"id": 36,
"title": "建站時間",
"name": "time",
"config": {
"content": "@2008-2019",
"config_id": 36
}
}
]
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| id | 配置ID |
| title | 配置標題 |
| name | 配置名字 |
| config | 配置關聯內容 |
| config-content | 配置的內容 |
| config-config_id | 配置id |