Create & Init Project...

This commit is contained in:
2019-04-22 18:49:16 +08:00
commit fc4fa37393
25440 changed files with 4054998 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!-- package=live.appinterface.v1 -->
- [/xlive/app-interface/v1/config/getConf](#xliveapp-interfacev1configgetConf)
## /xlive/app-interface/v1/config/getConf
### 无标题
#### 方法GET
#### 请求参数
|参数名|必选|类型|描述|
|:---|:---|:---|:---|
|key|是|string||
#### 响应
```javascript
{
"code": 0,
"message": "ok",
"data": {
"value": ""
}
}
```