POST User/setPersonal

个性设置

Request Information

URI Parameters

None.

Body Parameters

userDetailInfoQuery
NameDescriptionTypeAdditional information
name

string

None.

tell

string

None.

tellCheckCode

string

None.

proId

integer

None.

cityId

integer

None.

beforeDays

integer

None.

beforeTem

integer

None.

isAddToday

integer

None.

lockNo

string

None.

code

string

None.

userId

string

None.

wId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "tell": "sample string 2",
  "tellCheckCode": "sample string 3",
  "proId": 4,
  "cityId": 5,
  "beforeDays": 6,
  "beforeTem": 7,
  "isAddToday": 8,
  "lockNo": "sample string 9",
  "code": "sample string 10",
  "userId": "sample string 11",
  "wId": 12
}

application/xml, text/xml

Sample:
<userDetailInfoQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.Query">
  <code>sample string 10</code>
  <userId>sample string 11</userId>
  <wId>12</wId>
  <beforeDays>6</beforeDays>
  <beforeTem>7</beforeTem>
  <cityId>5</cityId>
  <isAddToday>8</isAddToday>
  <lockNo>sample string 9</lockNo>
  <name>sample string 1</name>
  <proId>4</proId>
  <tell>sample string 2</tell>
  <tellCheckCode>sample string 3</tellCheckCode>
</userDetailInfoQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

个性设置

commonResultOfString
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

singInfo

string

None.

userId

string

None.

unionid

string

None.

UID

integer

None.

counts

integer

None.

data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "singInfo": "sample string 3",
  "userId": "sample string 4",
  "unionid": "sample string 5",
  "UID": 6,
  "counts": 7,
  "data": "sample string 8"
}

application/xml, text/xml

Sample:
<commonResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.Result">
  <UID>6</UID>
  <code>2</code>
  <counts>7</counts>
  <data>sample string 8</data>
  <singInfo>sample string 3</singInfo>
  <success>true</success>
  <unionid>sample string 5</unionid>
  <userId>sample string 4</userId>
</commonResultOfstring>