用户内部供应商列表
<p><strong>接口描述:</strong> </p>
<p>-<a href="http://localhost:8060/apiweb/jt/jtbsuppliermanage/ownstoreidnamelist">http://localhost:8060/apiweb/jt/jtbsuppliermanage/ownstoreidnamelist</a></p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>jt/jtbsuppliermanage/ownstoreidnamelist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求参数:</strong> </p>
<p>{}</p>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">响应代码</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">响应描述</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">json</td>
<td style="text-align: left;">业务数据</td>
</tr>
</tbody>
</table>
<p><strong>响应data参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">long</td>
<td style="text-align: left;">供应商ID</td>
</tr>
<tr>
<td style="text-align: left;">storeName</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">供应商名称</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
}</code></pre>
<p><strong>响应示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;totalPage&quot;: 2,
&quot;total&quot;: 14,
&quot;list&quot;: [
{
&quot;storeName&quot;: &quot;宁波经亿科技有限公司&quot;,
&quot;id&quot;: 135
},
{
&quot;storeName&quot;: &quot;宁波享钰化工科技有限公司&quot;,
&quot;id&quot;: 141
},
{
&quot;storeName&quot;: &quot;宁波众鑫精密科技有限公司&quot;,
&quot;id&quot;: 144
},
{
&quot;storeName&quot;: &quot;杭州宏达&quot;,
&quot;id&quot;: 155
},
{
&quot;storeName&quot;: &quot;上海有道网络科技&quot;,
&quot;id&quot;: 270
},
{
&quot;storeName&quot;: &quot;天津创意&quot;,
&quot;id&quot;: 280
},
{
&quot;storeName&quot;: &quot;1&quot;,
&quot;id&quot;: 283
},
{
&quot;storeName&quot;: &quot;1321312&quot;,
&quot;id&quot;: 284
},
{
&quot;storeName&quot;: &quot;1321312321&quot;,
&quot;id&quot;: 287
},
{
&quot;storeName&quot;: &quot;12345678911&quot;,
&quot;id&quot;: 288
}
]
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>