开发者列表
开发中POST
/developer/recommend_list请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
可选
示例值:
openatom
Body 参数application/json
pageSize
integer
每页个数
pageNum
integer
页码
isSelected
integer
必需
-1-全部 0-非精选 1-精选
示例
{
"pageSize": 0,
"pageNum": 0,
"isSelected": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
records
array [object {9}]
必需
total
string
总共数量
size
string
每页数量
current
string
当前页码
pages
string
总共页码
示例
{
"code": 200,
"msg": "成功",
"data": {
"records": [
{
"nickname": "三叶草凯凯",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "64096065d545c3d05396ebff",
"username": "kaykay",
"profile": "",
"jump": "https://atomgit.com/kaykay",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "JiangFan",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "671742501364291385895de8",
"username": "jiangfan314admin",
"profile": "",
"jump": "https://atomgit.com/jiangfan314admin",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "houshaobin",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "63f2d0fb0780eb7d4559c3e1",
"username": "houshaobin",
"profile": "开源倡导者,实践者",
"jump": "https://atomgit.com/houshaobin",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "xiangyu_h",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "669f3c69648b41f20cbc421d",
"username": "xiangyu_h",
"profile": "",
"jump": "https://atomgit.com/xiangyu_h",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "workspacer",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "66dfd66aee5c1d5d0c759ca6",
"username": "workspacer",
"profile": "",
"jump": "https://atomgit.com/workspacer",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "qq_19481543",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "671704d45ca19830bc75744a",
"username": "qq19481543",
"profile": "",
"jump": "https://atomgit.com/qq19481543",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "Henry",
"photo": "https://file.atomgit.com/uploads/user/1729521718872_1623.jpeg",
"userId": "66608287fa13ad020eaae1dc",
"username": "henry-hub",
"profile": "",
"jump": "https://atomgit.com/henry-hub",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "lw2024kfyzky",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "6716493f4e871e07e4780a45",
"username": "lw2024kfyzky",
"profile": "",
"jump": "https://atomgit.com/lw2024kfyzky",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "Cici",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "6716414f0e93237e890f7303",
"username": "cici2",
"profile": "",
"jump": "https://atomgit.com/cici2",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "DSOE1024",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "65264547daf19a633e4f6174",
"username": "dsoe1024",
"profile": "",
"jump": "https://atomgit.com/dsoe1024",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
}
],
"total": 263,
"size": 10,
"current": 1,
"pages": 27
}
}
最后修改时间: 3 个月前