机构列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>机构列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://{ip:port}/version-book/org/listAll</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">parentOrgId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">long</td>
<td>父机构ID</td>
</tr>
<tr>
<td style="text-align: left;">orgType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>多个逗号隔开,机构类型 0-集团,1-商场,2-楼层,3-店铺,书店,4-区域,书城 组织</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"respCode": 10000000,
"respMessage": "成功",
"data": [
{
"imei": null,
"opSource": "1",
"currentUserId": null,
"depId": 0,
"version": "0",
"reqPageNum": 1,
"maxResults": 10,
"id": 1226,
"orgName": "南山",
"pOrgId": 1225,
"pOrgIds": "0,1225",
"continent": null,
"country": null,
"province": null,
"city": null,
"area": null,
"regionName": null,
"address": null,
"creator": "retail172",
"updator": null,
"createTime": 1587880214000,
"updateTime": 1587880214000,
"orgType": 4,
"orgTypeArray": null,
"description": null,
"isDeleted": null,
"rootId": 1225,
"ownerOrgName": null,
"pOrgIdArray": null,
"bussinessSetting": null,
"groupId": null,
"timeZone": "+08",
"cityCode": null,
"aiDBId": null
},
{
"imei": null,
"opSource": "1",
"currentUserId": null,
"depId": 0,
"version": "0",
"reqPageNum": 1,
"maxResults": 10,
"id": 1227,
"orgName": "罗湖",
"pOrgId": 1225,
"pOrgIds": "0,1225",
"continent": null,
"country": null,
"province": null,
"city": null,
"area": null,
"regionName": null,
"address": null,
"creator": "retail172",
"updator": null,
"createTime": 1587880225000,
"updateTime": 1587880225000,
"orgType": 4,
"orgTypeArray": null,
"description": null,
"isDeleted": null,
"rootId": 1225,
"ownerOrgName": null,
"pOrgIdArray": null,
"bussinessSetting": null,
"groupId": null,
"timeZone": "+08",
"cityCode": null,
"aiDBId": null
},
{
"imei": null,
"opSource": "1",
"currentUserId": null,
"depId": 0,
"version": "0",
"reqPageNum": 1,
"maxResults": 10,
"id": 1228,
"orgName": "宝安",
"pOrgId": 1225,
"pOrgIds": "0,1225",
"continent": null,
"country": null,
"province": null,
"city": null,
"area": null,
"regionName": null,
"address": null,
"creator": "retail172",
"updator": null,
"createTime": 1587880233000,
"updateTime": 1587880232000,
"orgType": 4,
"orgTypeArray": null,
"description": null,
"isDeleted": null,
"rootId": 1225,
"ownerOrgName": null,
"pOrgIdArray": null,
"bussinessSetting": null,
"groupId": null,
"timeZone": "+08",
"cityCode": null,
"aiDBId": null
}
],
"respMark": null
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>