POST api/User/mobile_registe

手机注册

Request Information

Parameters

NameDescriptionAdditional information
model
手机号码

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Nick": "sample string 2",
  "Password": "sample string 3",
  "Phone": "sample string 4",
  "MZChatUserId": "sample string 5",
  "MZStudioUserId": "sample string 6",
  "CreateType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}