九医云商城对外文档

九医云商城对外文档


5.7 获取商品库列表

<h3>5.7 获取商品库列表</h3> <p>&gt; - Url路径:api/product/list</p> <h4>5.7.1 接口请求模型</h4> <table> <thead> <tr> <th>参数代码    </th> <th>参数类型参数类型</th> <th>参数长度</th> <th>代码标识说明</th> <th>是否非空</th> <th>说明                          </th> </tr> </thead> <tbody> <tr> <td>pageNum    </td> <td>int              </td> <td>4        </td> <td>             </td> <td>Y        </td> <td>页码(默认0)                  </td> </tr> <tr> <td>channelType</td> <td>int              </td> <td>1        </td> <td>Y            </td> <td>Y        </td> <td>渠道销售类型(默认0:O2O,1:B2C)</td> </tr> </tbody> </table> <h4>5.7.2 接口返回模型</h4> <table> <thead> <tr> <th>参数代码</th> <th>参数类型参数类型      </th> <th>参数长度</th> <th>代码标识说明</th> <th>是否非空</th> <th>说明                        </th> </tr> </thead> <tbody> <tr> <td>products</td> <td>List&lt;getProductsModel&gt;</td> <td>         </td> <td>             </td> <td>Y        </td> <td>商品编码集合(最大返回3000行)</td> </tr> </tbody> </table> <p>Demo:</p> <pre><code>Request: {     &amp;quot;appKey&amp;quot;:&amp;quot;NepHealth&amp;quot;,     &amp;quot;nonce&amp;quot;:&amp;quot;Tdsad2saa2a&amp;quot;,     &amp;quot;timestamp&amp;quot;:1639119614,     &amp;quot;sign&amp;quot;:&amp;quot;a1f8f760de8edfe74b3b7bb9d9c51e4379abfbdb1&amp;quot;,     &amp;quot;input&amp;quot;:{         &amp;quot;pageNum&amp;quot;:1,         &amp;quot;channelType&amp;quot;:0     } } Response: {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;,     &amp;quot;nonce&amp;quot;: &amp;quot;Tdsad2saa2a&amp;quot;,     &amp;quot;output&amp;quot;: {         &amp;quot;products&amp;quot;: [{                 &amp;quot;upc&amp;quot;: &amp;quot;0000066&amp;quot;             },             {                 &amp;quot;upc&amp;quot;: &amp;quot;0011075&amp;quot;             }         ]     } }</code></pre>

页面列表

ITEM_HTML