GET api/Account/Login

“Login”的文档。

Request Information

Parameters

NameDescriptionAdditional information
Logins
“Logins”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "user_id": "sample string 1",
  "pass_word": "sample string 2",
  "clientid": "sample string 3",
  "token": "sample string 4",
  "nonce": "sample string 5",
  "timestamp": "sample string 6",
  "sign": "sample string 7",
  "login_ip": "sample string 8",
  "stattime": "sample string 9",
  "endtime": "sample string 10"
}

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"
    }
  }
}