上级目录:品类管理模块 1. 获取当前品类下一级ID(平级) URL: /manage/category/get_category.do RequestMethod: POST RequestParams: categoryId, 后端默认值是0,也就是说前端如果不传递参数 值,后端默认给顶级品类 Response Success { "status": 0, "data": [ { "id": 100006, "parentId": 100001, "name": "冰箱",