获取供应商
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取供应商</li>
</ul>
<p><strong>请求URL:</strong>
<a href="https://xx.com:9054/WareBasicInfo/GetSupplier">https://xx.com:9054/WareBasicInfo/GetSupplier</a>
<a href="http://xx.com:8054/WareBasicInfo/GetSupplier">http://xx.com:8054/WareBasicInfo/GetSupplier</a></p>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get</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;">AppToken</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
</tr>
<tr>
<td style="text-align: left;">ShopsID</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店编码</td>
</tr>
<tr>
<td style="text-align: left;">GroupId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>集团ID</td>
</tr>
<tr>
<td style="text-align: left;">QueryCon</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>查询条件,支持编号、名称、快捷吗模糊查询,为空查询所有</td>
</tr>
<tr>
<td style="text-align: left;">IsGroup</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>是否集团,默认为0 1=集团模式</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;error&quot;: 0,
&quot;Comment&quot;:&quot;=1 错误说明&quot;
&quot;Value&quot;:
[
{
SupplierCode:编号
SupplierName:名称
ShortKey:快捷码
}
]
}</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>说明:
error=0 成功
error=1 Comment=错误原因</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>