Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"sort": 0,
"roleStatus": 0,
"menuIds": [
0
],
"delFlag": true
}
curl --location --request PUT 'http://localhost:81/system/role' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"sort": 0,
"roleStatus": 0,
"menuIds": [
0
],
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}