文档
测试

创建角色

POST
http://localhost:3000/roles/create

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
name
string
角色的名字
必填
describe
string
角色的功能
必填

说明 / 示例

{ "meta": { "state": 201, "msg": "创建成功" }, "data": null }