Authorization: Bearer ********************
{
"id": "string",
"name": "string",
"code": "string",
"sort": 0,
"dataScopeType": 0,
"remark": "string",
"grantMenuIdList": [
0
],
"grantRoleIdList": [
0
],
"grantOrgIdList": [
0
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/client/api/sysRole/grantMenu' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"code": "string",
"sort": 0,
"dataScopeType": 0,
"remark": "string",
"grantMenuIdList": [
0
],
"grantRoleIdList": [
0
],
"grantOrgIdList": [
0
]
}'
{}