12 lines
214 B
HTTP
12 lines
214 B
HTTP
POST http://rest.apinb.com/mgt/role/modify
|
|
Content-Type: application/json
|
|
Authorization: {{BSM_TOKEN}}
|
|
|
|
{
|
|
"id": 1,
|
|
"name": "修改后的角色名",
|
|
"description": "修改后的角色描述",
|
|
"status": 1
|
|
}
|
|
|