{
"schoolNo": "string",
"photo": "string",
"avatarUrl": "string",
"username": "string",
"password": "string",
"mobile": "string",
"roleIdList": "string",
"certificateNo": "string",
"certificateType": 0,
"realname": "string",
"gender": 0,
"remark": "string",
"tenantId": "string",
"orgId": 922337203685477600,
"collegeId": 922337203685477600,
"classId": 922337203685477600,
"deptId": 922337203685477600,
"type": 0,
"roleType": 0
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/user/save' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"schoolNo": "string",
"photo": "string",
"avatarUrl": "string",
"username": "string",
"password": "string",
"mobile": "string",
"roleIdList": "string",
"certificateNo": "string",
"certificateType": 0,
"realname": "string",
"gender": 0,
"remark": "string",
"tenantId": "string",
"orgId": 922337203685477600,
"collegeId": 922337203685477600,
"classId": 922337203685477600,
"deptId": 922337203685477600,
"type": 0,
"roleType": 0
}'
{
"code": 0,
"msg": "string",
"data": 922337203685477600,
"success": true
}