查询供应商信息列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>192.168.112.40:8080/store/supplierMessage/selectSupplierMassgeList</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;">suppliernumber</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>供应商名称</td>
</tr>
<tr>
<td style="text-align: left;">linkmanname</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>联系人</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>{
"resultMsg":"OK",
"resultCode":200,
"resultInfo":[
{
"id": "35FF1ABE61564B929A42B0C5EB765378",
"suppliernumber": "",
"suppliername": "上海",
"businesscategory": null,
"linkmanphone": null,
"linkmanname": null,
"specialplane": null,
"email": null,
"qq": null,
"postcode": null,
"address": null,
"commodityid": null,
"creatorname": "系统管理员",
"creatorid": "1",
"creatordeptnmae": "信息技术中心",
"creatordeptid": "10003",
"creatordate": "2018-10-12",
"status": null
},
{
"id": "8EA8731B44C041ED9364840D14A94A08",
"suppliernumber": "",
"suppliername": "天津",
"businesscategory": null,
"linkmanphone": null,
"linkmanname": null,
"specialplane": null,
"email": null,
"qq": null,
"postcode": null,
"address": null,
"commodityid": null,
"creatorname": "系统管理员",
"creatorid": "1",
"creatordeptnmae": "信息技术中心",
"creatordeptid": "10003",
"creatordate": "2018-10-12",
"status": null
}
],
"page":null
}</p>
<pre><code>
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|resultMsg |String |提示信息 |
|resultCode |String |状态码 200为成功 -200 为未登录 其他都是为失败 |
|resultInfo |JsonObject |综合设计费集合 |
|page |JsonObject |分页信息 |
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!欢迎使用ShowDoc!</code></pre>