文档
测试

获取组织类型的树形json结构(不分页)

POST
http://127.0.0.1:8080/meetbot/organizaTypeAction.do?action=getOrganizaTypeJson

接口描述

获取组织类型的树形json结构(不分页)

请求参数

参数名
类型
描述
必填
orgid
string
组织id
必填

响应参数

参数名
类型
描述
必填
data
object
数据
必填
message
string
提示信息
必填
status
string
0成功,1失败
必填

说明 / 示例

返回数据: { "data": [ { "children": [ { "createtime": "2019-07-31 17:23:27", "custid": 1, "orgid": 1, "orgtypeid": 3, "pid": 1, "pollpath": "1,3", "typename": "电子竞技" }, { "createtime": "2019-08-02 09:06:55", "custid": 1, "orgid": 1, "orgtypeid": 4, "pid": 1, "pollpath": "1,4", "typename": "片区" }, { "createtime": "2019-08-28 15:52:41", "custid": 1, "orgid": 1, "orgtypeid": 11, "pid": 1, "pollpath": "1,11", "typename": "协会/俱乐部" }, { "createtime": "2019-08-28 15:52:50", "custid": 1, "orgid": 1, "orgtypeid": 12, "pid": 1, "pollpath": "1,12", "typename": "课程" }, { "createtime": "2019-08-28 15:52:56", "custid": 1, "orgid": 1, "orgtypeid": 13, "pid": 1, "pollpath": "1,13", "typename": "班级" } ], "createtime": "2019-07-31 15:18:27", "custid": 1, "orgid": 1, "orgtypeid": 1, "pid": 0, "pollpath": "", "typename": "分会" }, { "children": [ { "children": [ { "createtime": "2019-09-04 15:07:18", "custid": 1, "orgid": 1, "orgtypeid": 20, "pid": 17, "pollpath": "1,17,20", "typename": "返回" } ], "createtime": "2019-09-03 18:07:18", "custid": 1, "orgid": 1, "orgtypeid": 17, "pid": 15, "pollpath": "1,15,17", "typename": "222" }, { "createtime": "2019-09-03 18:19:59", "custid": 1, "orgid": 1, "orgtypeid": 18, "pid": 15, "pollpath": "1,15,18", "typename": "333" } ], "createtime": "2019-09-03 17:58:51", "custid": 1, "orgid": 1, "orgtypeid": 15, "pid": 0, "pollpath": "", "typename": "111" } ], "message": "成功", "status": "0" }