更新角色
PUT
http://localhost:3000/roles/update
请求参数
参数名
类型
描述
必填
id
Number
【必选】更改角色的id
必填
name
String
【必选】角色名
必填
desc
String
【必选】角色描述
必填