POST api/Account/GetUserInfo

“GetUserInfo”的文档。

Request Information

Parameters

NameDescriptionAdditional information
Register
“Register”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "org_id": "sample string 1",
  "etype": "sample string 2",
  "user_id": "sample string 3",
  "pass_word": "sample string 4",
  "user_name": "sample string 5",
  "sex": "sample string 6",
  "birthday": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Head": {
    "Code": 1,
    "Msg": "sample string 2"
  },
  "Body": {
    "Data": {
      "user_id": "sample string 1",
      "user_name": "sample string 2",
      "sex": "sample string 3",
      "birthday": "sample string 4",
      "token": "sample string 5",
      "ERROR_MSG": "sample string 6",
      "address": "sample string 7"
    }
  }
}