POST api/User/mobile_password
使用手机号重置登陆密码
Request Information
Parameters
| Name | Description | Additional 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-12-15T16:16:24.266+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"
}