资源共享


企业商品列表

<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>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: {         &amp;quot;records&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 53832,                 &amp;quot;userId&amp;quot;: 373,                 &amp;quot;resourcesType&amp;quot;: 16,                 &amp;quot;prentType&amp;quot;: null,                 &amp;quot;typeName&amp;quot;: null,                 &amp;quot;transactionStatus&amp;quot;: 85,                 &amp;quot;transactionName&amp;quot;: null,                 &amp;quot;name&amp;quot;: &amp;quot;张先生&amp;quot;,                 &amp;quot;phone&amp;quot;: &amp;quot;15752448201&amp;quot;,                 &amp;quot;address&amp;quot;: &amp;quot;兖州区&amp;quot;,                 &amp;quot;createTime&amp;quot;: &amp;quot;2023-07-14&amp;quot;,                 &amp;quot;amount&amp;quot;: &amp;quot;100000&amp;quot;,                 &amp;quot;brief&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;九成新机架,有意向者请电话联系。&amp;lt;/p&amp;gt;&amp;quot;,                 &amp;quot;resourcesName&amp;quot;: &amp;quot;机架&amp;quot;,                 &amp;quot;main&amp;quot;: &amp;quot;/resources/res/1689316600572_797.jpg&amp;quot;,                 &amp;quot;images&amp;quot;: &amp;quot;/resources/res/1689316607883_10.jpg;/resources/res/1689316611612_279.jpg&amp;quot;,                 &amp;quot;plantArea&amp;quot;: null,                 &amp;quot;resCondition&amp;quot;: null,                 &amp;quot;carPurpose&amp;quot;: null,                 &amp;quot;serviceType&amp;quot;: null,                 &amp;quot;businessArea&amp;quot;: null,                 &amp;quot;resRelease&amp;quot;: 2,                 &amp;quot;userType&amp;quot;: 2,                 &amp;quot;mapList&amp;quot;: null,                 &amp;quot;imgList&amp;quot;: null,                 &amp;quot;img&amp;quot;: null,                 &amp;quot;date&amp;quot;: null,                 &amp;quot;pid&amp;quot;: null,                 &amp;quot;userName&amp;quot;: null,                 &amp;quot;status&amp;quot;: 0             },             {                 &amp;quot;id&amp;quot;: 53833,                 &amp;quot;userId&amp;quot;: 373,                 &amp;quot;resourcesType&amp;quot;: 2,                 &amp;quot;prentType&amp;quot;: null,                 &amp;quot;typeName&amp;quot;: null,                 &amp;quot;transactionStatus&amp;quot;: 85,                 &amp;quot;transactionName&amp;quot;: null,                 &amp;quot;name&amp;quot;: &amp;quot;张先生&amp;quot;,                 &amp;quot;phone&amp;quot;: &amp;quot;15752440282&amp;quot;,                 &amp;quot;address&amp;quot;: &amp;quot;兖州区&amp;quot;,                 &amp;quot;createTime&amp;quot;: &amp;quot;2023-07-14&amp;quot;,                 &amp;quot;amount&amp;quot;: null,                 &amp;quot;brief&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;求购一千平以上面积的厂房,要求位置兖州区。&amp;lt;/p&amp;gt;&amp;quot;,                 &amp;quot;resourcesName&amp;quot;: &amp;quot;闲置厂房&amp;quot;,                 &amp;quot;main&amp;quot;: &amp;quot;/resources/res/1689316704936_887.jpg&amp;quot;,                 &amp;quot;images&amp;quot;: &amp;quot;/resources/res/1689316707701_710.jpg;/resources/res/1689316711173_903.jpg&amp;quot;,                 &amp;quot;plantArea&amp;quot;: 3,                 &amp;quot;resCondition&amp;quot;: null,                 &amp;quot;carPurpose&amp;quot;: null,                 &amp;quot;serviceType&amp;quot;: null,                 &amp;quot;businessArea&amp;quot;: null,                 &amp;quot;resRelease&amp;quot;: 1,                 &amp;quot;userType&amp;quot;: 2,                 &amp;quot;mapList&amp;quot;: null,                 &amp;quot;imgList&amp;quot;: null,                 &amp;quot;img&amp;quot;: null,                 &amp;quot;date&amp;quot;: null,                 &amp;quot;pid&amp;quot;: null,                 &amp;quot;userName&amp;quot;: null,                 &amp;quot;status&amp;quot;: 0             }         ],         &amp;quot;total&amp;quot;: 2,         &amp;quot;size&amp;quot;: 10,         &amp;quot;current&amp;quot;: 1,         &amp;quot;orders&amp;quot;: [],         &amp;quot;optimizeCountSql&amp;quot;: true,         &amp;quot;hitCount&amp;quot;: false,         &amp;quot;searchCount&amp;quot;: true,         &amp;quot;pages&amp;quot;: 1     },     &amp;quot;message&amp;quot;: &amp;quot;success&amp;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>

页面列表

ITEM_HTML