GET api/UserInfoV720/UserCenterPageInfo?UserInfoId={UserInfoId}&sign={sign}&stamp={stamp}

查看用户的个人主页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserInfoId

integer

Required

sign

string

Default value is

stamp

string

Default value is

Body Parameters

None.

Response Information

Resource Description

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

boolean

None.

code

integer

None.

data

ZaiMieApp.WebApi.ViewModel.FriendInfoView

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": {
    "userinfo": {
      "Id": 1,
      "nickname": "sample string 2",
      "headerImage": "sample string 3",
      "backgroundImage": "sample string 4",
      "sex": 5,
      "address": "sample string 6",
      "career": "sample string 7",
      "hometown": "sample string 8",
      "loginSession": "sample string 9",
      "userDesc": "sample string 10",
      "score": 11,
      "birthday": "sample string 12",
      "city": 13,
      "cityName": "sample string 14",
      "school": "sample string 15",
      "company": "sample string 16",
      "rcToken": "sample string 17",
      "rcUserId": "sample string 18",
      "constellation": "sample string 19",
      "age": 20,
      "phone": "sample string 21",
      "audit": {
        "isNickNameAudit": true,
        "isHeaderImageAudit": true,
        "isBackgroundImageAudit": true
      },
      "userCommunity": {
        "communityId": 1,
        "streetId": 2
      },
      "userType": 22,
      "realName": "sample string 23",
      "idcard": "sample string 24",
      "registerTime": "sample string 25",
      "isNewUser": true,
      "sign": "sample string 27",
      "stamp": "sample string 28"
    },
    "myAttentionCount": 1,
    "fansCount": 2,
    "isAttention": true
  },
  "addcoin": 3,
  "message": "sample string 4",
  "page": 5,
  "allPage": 6
}

application/xml, text/xml

Sample:
<ResultDataMsgOfFriendInfoViewPr2Hy9OI 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>
    <fansCount>2</fansCount>
    <isAttention>true</isAttention>
    <myAttentionCount>1</myAttentionCount>
    <userinfo>
      <sign>sample string 27</sign>
      <stamp>sample string 28</stamp>
      <Id>1</Id>
      <address>sample string 6</address>
      <age>20</age>
      <audit>
        <isBackgroundImageAudit>true</isBackgroundImageAudit>
        <isHeaderImageAudit>true</isHeaderImageAudit>
        <isNickNameAudit>true</isNickNameAudit>
      </audit>
      <backgroundImage>sample string 4</backgroundImage>
      <birthday>sample string 12</birthday>
      <career>sample string 7</career>
      <city>13</city>
      <cityName>sample string 14</cityName>
      <company>sample string 16</company>
      <constellation>sample string 19</constellation>
      <headerImage>sample string 3</headerImage>
      <hometown>sample string 8</hometown>
      <idcard>sample string 24</idcard>
      <isNewUser>true</isNewUser>
      <loginSession>sample string 9</loginSession>
      <nickname>sample string 2</nickname>
      <phone>sample string 21</phone>
      <rcToken>sample string 17</rcToken>
      <rcUserId>sample string 18</rcUserId>
      <realName>sample string 23</realName>
      <registerTime>sample string 25</registerTime>
      <school>sample string 15</school>
      <score>11</score>
      <sex>5</sex>
      <userCommunity>
        <communityId>1</communityId>
        <streetId>2</streetId>
      </userCommunity>
      <userDesc>sample string 10</userDesc>
      <userType>22</userType>
    </userinfo>
  </data>
  <message>sample string 4</message>
  <page>5</page>
  <success>true</success>
</ResultDataMsgOfFriendInfoViewPr2Hy9OI>