GET api/CommunityV770/CommunityInfo?communityId={communityId}&sign={sign}&stamp={stamp}

获取社区详情(包含社区概况)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
communityId

integer

Default value is 0

sign

string

Default value is

stamp

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.CommunityEntity
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

data

ZaiMieApp.WebApi.ViewModel.CommunityEntity

None.

addcoin

integer

None.

message

string

None.

page

integer

None.

allPage

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "data": {
    "Id": 1,
    "name": "sample string 2",
    "backgroundImg": "sample string 3",
    "address": "sample string 4",
    "desc": "sample string 5",
    "checkState": 6,
    "streetName": "sample string 7"
  },
  "addcoin": 3,
  "message": "sample string 4",
  "page": 5,
  "allPage": 6
}

application/xml, text/xml

Sample:
<ResultDataMsgOfCommunityEntityPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <addcoin>3</addcoin>
  <allPage>6</allPage>
  <code>2</code>
  <data>
    <Id>1</Id>
    <address>sample string 4</address>
    <backgroundImg>sample string 3</backgroundImg>
    <checkState>6</checkState>
    <desc>sample string 5</desc>
    <name>sample string 2</name>
    <streetName>sample string 7</streetName>
  </data>
  <message>sample string 4</message>
  <page>5</page>
  <success>true</success>
</ResultDataMsgOfCommunityEntityPr2Hy9OI>