组织集用于出库记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>组织集用于出库记录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/cloud/org-base/get-org</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;org_ids&quot;: &quot;1,2,35,36,37,38,39,206,213,336,5,41,42,43,44,45,22,98,24,102,104,26,108,109,110,111,112,27,113,114,115,116,29,119,179,184,30,120,121,176,161,99,130,137,159,160,163,341,342,344,343,374,383,384,385,386,246,433,33,434,34,431,4,40,428,429,430,368,370,432,435,436,437,440,438,439,441,442,443,448,450,447&quot;
}
}</code></pre>
<p><strong>返回参数说明:</strong> </p>
<p><strong>---客户列表---</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">org_ids</td>
<td style="text-align: left;">string</td>
<td>组织集何</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>