{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"avatar": 0,
"password": "string",
"status": "string",
"loginIp": "string",
"loginDate": "2019-08-24T14:15:22Z",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"superAdmin": true
}
curl --location --request PUT 'https://test.51vive.com/system/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"avatar": 0,
"password": "string",
"status": "string",
"loginIp": "string",
"loginDate": "2019-08-24T14:15:22Z",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"superAdmin": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}