文档
测试

获取品类子节点(平级)

POST
http://localhost:8889/rlg/user/get_item

接口描述

根据父id获取相对子节点

请求参数

参数名
类型
描述
必填
fid
Integer
父id
可选

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功示例

{ "status": 200, "data": [ { "id": 1, "parentId": 0, "cname": "是", "sortOrder": null }, { "id": 7, "parentId": 0, "cname": "y ", "sortOrder": null } ] }