Authored by liqingzhong

top 100 增加个人信息显示

... ... @@ -140,6 +140,7 @@
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|:---------|---------:|----------:|-----:|-------:|-----:|
| method | string | 否 | app.starClass.top100 |||
| uid | int | 是 | 213 | 0 |用户id|
#### 出参
... ... @@ -147,26 +148,46 @@
{
"alg": "SALT_MD5",
"code": 200,
"data": [
{
"avatar": "http://static.yoho.cn/images/default_userhead_boy_180_180.png?imageView/{mode}/w/{width}/h/{height}",
"num": 20,
"uid": 3703860,
"username": "曹苒"
},
{
"num": 10,
"uid": 3566199,
"username": "136****8114@yohoinc.com"
},
{
"avatar": "http://static.yoho.cn/images/default_userhead_boy_180_180.png?imageView/{mode}/w/{width}/h/{height}",
"num": 10,
"uid": 3566423,
"username": "黄德才"
"data": {
"top": [
{
"avatar": "http://static.yoho.cn/images/default_userhead_boy_180_180.png?imageView/{mode}/w/{width}/h/{height}",
"num": 20,
"uid": 3703860,
"username": "曹苒"
},
{
"avatar": "",
"num": 10,
"uid": 3566199,
"username": "136****8114@yohoinc.com"
},
{
"avatar": "http://static.yoho.cn/images/default_userhead_boy_180_180.png?imageView/{mode}/w/{width}/h/{height}",
"num": 10,
"uid": 3566423,
"username": "黄德才"
},
{
"avatar": "",
"num": 10,
"uid": 967016,
"username": "goodboy"
},
{
"avatar": "",
"num": 10,
"uid": 8041520,
"username": "朱少卿"
}
],
"userStarInfo": {
"userNum": 10,
"userRank": 5,
"username": "朱少卿"
}
],
"md5": "fae5f8b593b1c505eb36db1d29a80eca",
},
"md5": "7085123ec3516d4d9ce60c6001407596",
"message": "top100"
}
```
... ...