分类管理-添加

接口地址:/console/classifyadd

请求方式 post

参数:

  • name 工具名称

  • pid 父类id

返回格式:

{
    "code": 1,
    "data": {},
    "msg": "success"
}

Last updated

Was this helpful?