保存角色接口
简要描述
- 无
请求URL
http://localhost:8888/sys/saveRole
请求方式
- post
Header
header | 必选 | 类型 | 说明 |
---|---|---|---|
X-Token | 是 | string | 无 |
请求参数示例
{
"name": "主刀医生",
"roleType": "DOCTOR",
"description": "备注信息",
"menuIds": [
"202008161410020002",
"202008161410022001",
"202008161410022002"
]
}