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