企业商品列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>企业商品列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/resources/yuncaiApi/yuncaiShareList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>Get </li>
</ul>
<h5>参数</h5>
<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;">current</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>行数</td>
</tr>
<tr>
<td style="text-align: left;">companyId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>企业id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: 53832,
&quot;userId&quot;: 373,
&quot;resourcesType&quot;: 16,
&quot;prentType&quot;: null,
&quot;typeName&quot;: null,
&quot;transactionStatus&quot;: 85,
&quot;transactionName&quot;: null,
&quot;name&quot;: &quot;张先生&quot;,
&quot;phone&quot;: &quot;15752448201&quot;,
&quot;address&quot;: &quot;兖州区&quot;,
&quot;createTime&quot;: &quot;2023-07-14&quot;,
&quot;amount&quot;: &quot;100000&quot;,
&quot;brief&quot;: &quot;&lt;p&gt;九成新机架,有意向者请电话联系。&lt;/p&gt;&quot;,
&quot;resourcesName&quot;: &quot;机架&quot;,
&quot;main&quot;: &quot;/resources/res/1689316600572_797.jpg&quot;,
&quot;images&quot;: &quot;/resources/res/1689316607883_10.jpg;/resources/res/1689316611612_279.jpg&quot;,
&quot;plantArea&quot;: null,
&quot;resCondition&quot;: null,
&quot;carPurpose&quot;: null,
&quot;serviceType&quot;: null,
&quot;businessArea&quot;: null,
&quot;resRelease&quot;: 2,
&quot;userType&quot;: 2,
&quot;mapList&quot;: null,
&quot;imgList&quot;: null,
&quot;img&quot;: null,
&quot;date&quot;: null,
&quot;pid&quot;: null,
&quot;userName&quot;: null,
&quot;status&quot;: 0
},
{
&quot;id&quot;: 53833,
&quot;userId&quot;: 373,
&quot;resourcesType&quot;: 2,
&quot;prentType&quot;: null,
&quot;typeName&quot;: null,
&quot;transactionStatus&quot;: 85,
&quot;transactionName&quot;: null,
&quot;name&quot;: &quot;张先生&quot;,
&quot;phone&quot;: &quot;15752440282&quot;,
&quot;address&quot;: &quot;兖州区&quot;,
&quot;createTime&quot;: &quot;2023-07-14&quot;,
&quot;amount&quot;: null,
&quot;brief&quot;: &quot;&lt;p&gt;求购一千平以上面积的厂房,要求位置兖州区。&lt;/p&gt;&quot;,
&quot;resourcesName&quot;: &quot;闲置厂房&quot;,
&quot;main&quot;: &quot;/resources/res/1689316704936_887.jpg&quot;,
&quot;images&quot;: &quot;/resources/res/1689316707701_710.jpg;/resources/res/1689316711173_903.jpg&quot;,
&quot;plantArea&quot;: 3,
&quot;resCondition&quot;: null,
&quot;carPurpose&quot;: null,
&quot;serviceType&quot;: null,
&quot;businessArea&quot;: null,
&quot;resRelease&quot;: 1,
&quot;userType&quot;: 2,
&quot;mapList&quot;: null,
&quot;imgList&quot;: null,
&quot;img&quot;: null,
&quot;date&quot;: null,
&quot;pid&quot;: null,
&quot;userName&quot;: null,
&quot;status&quot;: 0
}
],
&quot;total&quot;: 2,
&quot;size&quot;: 10,
&quot;current&quot;: 1,
&quot;orders&quot;: [],
&quot;optimizeCountSql&quot;: true,
&quot;hitCount&quot;: false,
&quot;searchCount&quot;: true,
&quot;pages&quot;: 1
},
&quot;message&quot;: &quot;success&quot;
}</code></pre>
<h5>返回参数说明</h5>
<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;">id</td>
<td style="text-align: left;">int</td>
<td>商品id</td>
</tr>
<tr>
<td style="text-align: left;">resourcesName</td>
<td style="text-align: left;">int</td>
<td>商品名称</td>
</tr>
<tr>
<td style="text-align: left;">main</td>
<td style="text-align: left;">int</td>
<td>商品图片</td>
</tr>
<tr>
<td style="text-align: left;">address</td>
<td style="text-align: left;">int</td>
<td>地址</td>
</tr>
<tr>
<td style="text-align: left;">amount</td>
<td style="text-align: left;">int</td>
<td>价格</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>