查询社区导航栏
开发中GET
/toolbar/queryToolbarListByCommunityId请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
可选
示例值:
openatom
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {9}]
必需
barId
integer
导航ID
barName
string
导航名称
barNameEn
null
导航英文名称
jumpUrl
string
跳转地址
sort
integer
顺序
0->
createName
string
创建人
createTime
string
创建时间
updateName
null
修改人
updateTime
string
修改时间
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"barId": 1,
"barName": "开源项目",
"barNameEn": null,
"jumpUrl": "https://atomgit.com/openatomfoundation",
"communityId": 1,
"sort": 0,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-13T17:04:14",
"updateName": null,
"updateTime": "2024-06-26T19:01:04"
},
{
"barId": 6,
"barName": "招聘公告",
"barNameEn": null,
"jumpUrl": "https://openatom.atomgit.com/explore/journalism/detail/370175730220404736",
"communityId": 1,
"sort": 1,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:43:28",
"updateName": null,
"updateTime": "2024-10-21T09:22:55"
},
{
"barId": 3,
"barName": "开放原子开源大赛",
"barNameEn": null,
"jumpUrl": "https://competition.atomgit.com/",
"communityId": 1,
"sort": 2,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:41:34",
"updateName": null,
"updateTime": "2024-10-21T09:23:35"
},
{
"barId": 2,
"barName": "校源行",
"barNameEn": null,
"jumpUrl": "https://xiaoyuanxing.openatom.cn/",
"communityId": 1,
"sort": 3,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:40:52",
"updateName": null,
"updateTime": "2024-10-21T09:23:53"
},
{
"barId": 5,
"barName": "开源态势洞察",
"barNameEn": null,
"jumpUrl": "https://openatom.org/insight/index",
"communityId": 1,
"sort": 4,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:42:22",
"updateName": null,
"updateTime": "2024-10-21T09:23:45"
},
{
"barId": 4,
"barName": "开源法律",
"barNameEn": null,
"jumpUrl": "https://openatom.org/law/translate",
"communityId": 1,
"sort": 5,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:41:57",
"updateName": null,
"updateTime": "2024-10-21T09:23:01"
}
]
}
最后修改时间: 3 个月前