PUT api/User/Update
修改用户昵称、性别、生日、个性签名
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-06-15T08:15:59.733+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" }