POST api/user/update

【用户端】获取个人信息

Request Information

URI Parameters

None.

Body Parameters

UserUpdateRequst
NameDescriptionTypeAdditional information
meMobile

string

Required

Matching regular expression pattern: ^\d{11}$

Max length: 11

wxNickname

string

Required

Max length: 25

Request Formats

application/json, text/json

Sample:
{
  "meMobile": "sample string 1",
  "wxNickname": "sample string 2"
}

Response Information

Resource Description

【用户端】获取个人信息

MyResponse
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {}
}