POST api/Account/UpdateStaffInfo
修改用户信息
Request Information
URI Parameters
None.
Body Parameters
UpdateStaffRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | string |
Required Max length: 32 |
|
| Name |
姓名 |
string |
Required Max length: 10 |
| ImageId |
头像ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StaffId": "sample string 1",
"Name": "sample string 2",
"ImageId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultObjOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}