Authorization: ********************{
"id": "150",
"userCode": "易蓝科技02",
"realName": "易蓝02",
"nickName": "ylkj2",
"phone": "17710099849",
"email": "",
"factoryRoleList": [
{
"roleId": 10,
"roleName": "易蓝科技",
"factoryId": 10
}
],
"deptIdList": [],
"userId": "150",
"factoryId": "10"
}curl --location --request PUT 'http://localhost:7002/user/updUser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "150",
"userCode": "易蓝科技02",
"realName": "易蓝02",
"nickName": "ylkj2",
"phone": "17710099849",
"email": "",
"factoryRoleList": [
{
"roleId": 10,
"roleName": "易蓝科技",
"factoryId": 10
}
],
"deptIdList": [],
"userId": "150",
"factoryId": "10"
}'{
"msg": "",
"code": 200,
"data": null
}