POST api/v2_0/userv1_0/Register

“Register”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "Password": "sample string 2",
  "RealName": "sample string 3",
  "UserType": 4,
  "Remark": "sample string 5",
  "BackAuthFlag": 6,
  "CompanyId": 7,
  "ParkId": 1,
  "ParentId": 8,
  "Captcha": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "code": 1,
  "status": true,
  "msg": "sample string 3",
  "data": {},
  "count": 5,
  "pageCount": 6,
  "ispaging": true,
  "extend": {},
  "isReLogin": true
}