文档
测试

查询当前组织机构及子级为园区的数据

POST
http://113.204.181.78:18081/apin/system/user/org/getSysOrganizationByParentOrgCode

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
type
string
示例:park
必填
orgCode
string
示例:111111111111111
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
array
数据列表
必填
id
string
示例:4028e4f8763c1f2c01765129ed470001
必填
orgName
string
示例:巴南经济园区
必填
orgCode
string
示例:11111111111112
必填
orgInfo
string
示例:巴南经济园区
必填
orgCreditCode
string
示例:11111111111112
必填
orgAreaCode
string
示例:11111111111112
必填
orgType
string
示例:park
必填
orgLogo
string
示例:
必填
orgLogoUrl
string
示例:
必填
orgResourceTable
string
示例:123332
必填
orgOrder
object
示例:null
必填
parentId
string
示例:4028e4f8763c1f2c0176512955bf0000
必填
rootId
string
示例:-1
必填
status
string
示例:1
必填
createTime
string
示例:2020-12-11 17:37:51
必填
updateTime
string
示例:2020-12-11 17:37:51
必填
isShow
string
示例:1
必填
delStatus
string
示例:0
必填
affiliation
object
示例:null
必填
isProperty
int
示例:0
必填
isAuth
string
示例:0
必填
optType
object
示例:null
必填

说明 / 示例

响应报文 { "code": 1, "result": [ { "id": "4028e4f8763c1f2c01765129ed470001", "orgName": "巴南经济园区", "orgCode": "11111111111112", "orgInfo": "巴南经济园区", "orgCreditCode": "11111111111112", "orgAreaCode": "11111111111112", "orgType": "park", "orgLogo": "", "orgLogoUrl": "", "orgResourceTable": "123332", "orgOrder": null, "parentId": "4028e4f8763c1f2c0176512955bf0000", "rootId": "-1", "status": "1", "createTime": "2020-12-11 17:37:51", "updateTime": "2020-12-11 17:37:51", "isShow": "1", "delStatus": "0", "affiliation": null, "isProperty": 0, "isAuth": "0", "optType": null }, { "id": "4028e69271b484ce0171b48a6e7c0000", "orgName": "大渡口园区", "orgCode": "121321312321321", "orgInfo": "2132132131", "orgCreditCode": "1321321", "orgAreaCode": "1212312", "orgType": "park", "orgLogo": "", "orgLogoUrl": "", "orgResourceTable": "132132", "orgOrder": null, "parentId": "-1", "rootId": null, "status": "1", "createTime": "2020-04-26 11:31:43", "updateTime": "2021-01-05 15:05:53", "isShow": "0", "delStatus": "0", "affiliation": null, "isProperty": 0, "isAuth": "0", "optType": null }, { "id": "4028e6ab76510fe10176512a602a0000", "orgName": "生物园区", "orgCode": "111111111111113", "orgInfo": "生物园区", "orgCreditCode": "111111111111113", "orgAreaCode": "111111111111113", "orgType": "park", "orgLogo": "", "orgLogoUrl": "", "orgResourceTable": "232321", "orgOrder": null, "parentId": "4028e4f8763c1f2c0176512955bf0000", "rootId": "-1", "status": "1", "createTime": "2020-12-11 17:38:20", "updateTime": "2020-12-11 17:38:20", "isShow": "1", "delStatus": "0", "affiliation": null, "isProperty": 0, "isAuth": "0", "optType": null } ] }