{
"roleId":102,
"roleName": "用户1",
"status": "0",
"menuCodeList": [
"systemHome","modeling","aggregation","graphConstruction","graph","concept","datasource"
],
"menuCheckStrictly": true,
"remark": "123"
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/sys/role/edit' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId":102,
"roleName": "用户1",
"status": "0",
"menuCodeList": [
"systemHome","modeling","aggregation","graphConstruction","graph","concept","datasource"
],
"menuCheckStrictly": true,
"remark": "123"
}'{"body":"","header":{"code":500,"message":"修改角色'用户'失败,请联系管理员"}}