## 添加分类或功能
~~~[api]
post:/admin/permission/categoryAdd.html
*int:category_id#上级分类ID
*int:type#类型:1=分类,2=功能
*string:name#名称
*string:info#描述
*int:sort=100#排序号
<<<
success
{
"code": 0,
"msg": "添加成功"
}
<<<
error
{
"code": 1,
"msg": "名称不能为空"
}
~~~