go-common/app/interface/live/live-demo/api/http/v2/service.foo2.md

48 lines
827 B
Markdown
Raw Normal View History

2019-04-22 10:49:16 +00:00
<!-- package=live.livedemo.v2 -->
- [/xlive/live-demo/v2/foo2/hello](#xlivelive-demov2foo2hello)
## /xlive/live-demo/v2/foo2/hello
### 无标题
#### 方法GET
#### 请求参数
|参数名|必选|类型|描述|
|:---|:---|:---|:---|
|uid|是|integer| 用户uid|
#### 响应
```javascript
{
"code": 0,
"message": "ok",
"data": {
// 用户名
"uname": "hello",
// idshaha
"ids": [
343242
],
"list": [
{
"hello": "\"withquote",
"world": ""
}
],
"alist": {
"hello": "\"withquote",
"world": ""
},
"amap": {
"mapKey": {
"hello": "\"withquote",
"world": ""
}
}
}
}
```