Authorization: Bearer ********************{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"password": "string",
"status": "string",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"excludeUserIds": "string",
"superAdmin": true
}curl --location --request POST 'localhost:8080/system/user' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"password": "string",
"status": "string",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"excludeUserIds": "string",
"superAdmin": true
}'{
"code": 0,
"msg": "string",
"data": null
}