{
"roleName": "用户",
"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/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "用户",
"status": "0",
"menuCodeList": [
"systemHome","modeling","aggregation","graphConstruction","graph","concept","datasource"
],
"menuCheckStrictly": true,
"remark": "123"
}'{"body":"","header":{"code":200,"message":""}}