获取社区
开发中GET
/community/getCommunityInfo请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
可选
示例值:
openatom
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
communityId
integer
必需
communityCode
string
社区id
communityName
string
社区名称
applyToJoin
integer
是否允许申请加入社区 1:允许。2:不允许
communityPic
string
社区照片
commIllustrate
string
社区简介
commAddress
string
社区地址
communityLogo
string
社区logo
flag
integer
是否删除1否。0是
createName
string
必需
createTime
string
必需
updateName
null
必需
updateTime
string
必需
atomgitPopCommunityMediumVOList
array [object {4}]
媒体
示例
{
"code": 200,
"msg": "成功",
"data": {
"communityId": 1,
"communityCode": "chongqing",
"communityName": "重庆社区",
"applyToJoin": 1,
"communityPic": "pic",
"commIllustrate": "sdfaslf",
"commAddress": "文华路",
"communityLogo": "logoPic",
"flag": 1,
"createName": "1",
"createTime": "2024-03-22T10:10:30",
"updateName": null,
"updateTime": "2024-04-03T14:46:28",
"atomgitPopCommunityMediumVOList": [
{
"operatorId": 4,
"mediumName": "文华",
"mediumJumpAddress": "文华路",
"mediumPic": "帅照"
},
{
"operatorId": 5,
"mediumName": "一号女友",
"mediumJumpAddress": "一号路",
"mediumPic": "女神"
},
{
"operatorId": 6,
"mediumName": "二号女友",
"mediumJumpAddress": "二号路",
"mediumPic": "女神二号"
}
]
}
}
最后修改时间: 3 个月前