{
"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",
"password": "string",
"status": "string",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"userIds": "string",
"excludeUserIds": "string",
"superAdmin": true
}curl --location --request POST 'http://smartpartyschool.isum.cn:4090/prod-api/system/user' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiIwZkJtTGlBV0N4Q2Vpdkw4WFVaem1YSll0enZSUnQyTiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwidXNlck5hbWUiOiJhZG1pbiIsImRlcHRJZCI6MTAzLCJkZXB0TmFtZSI6IumFkuW6lyIsImRlcHRDYXRlZ29yeSI6ImludGVybmFsIn0.5POlA4CNt64ROY_dxWUW2C545BzD9arN_3vyIT22VE8' \
--header 'clientId: 16668f6678c57727f12481ae983db751' \
--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",
"password": "string",
"status": "string",
"remark": "string",
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0,
"userIds": "string",
"excludeUserIds": "string",
"superAdmin": true
}'{
"code": 0,
"msg": "string",
"data": {}
}