POST api/User/mobile_bind

用户绑定手机号

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Nick": "sample string 1",
  "Gender": 0,
  "Birthday": "2025-06-15T08:21:55.397+08:00",
  "Brief": "sample string 2",
  "Phone": "sample string 3",
  "Password": "sample string 4",
  "CityCode": 5,
  "Province": "sample string 6",
  "City": "sample string 7",
  "ProvinceCode": 8,
  "CountyCode": 9,
  "UserType": 1
}

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