查询角色是否重复
GET
/api/v1/role/getCanSave
接口描述
查询角色是否重复
请求参数
参数名
类型
描述
必填
roleName
string
示例 :zzc
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:false
必填
msg
string
示例:该角色已经存在啦!
必填
data
object
示例:null
必填