董仓


获取在途SKU

<h5>简要描述</h5> <ul> <li>获取在途SKU</li> </ul> <h5>请求URL</h5> <ul> <li> <p>测试:<code>http://101.132.36.248/test/GetContainer.ashx</code></p> </li> <li>测试:<code>http://47.89.192.70/sku/GetContainer.ashx</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;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>身份认证</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;status&amp;quot;: &amp;quot;ok&amp;quot;,     &amp;quot;msg&amp;quot;: null,     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: [         {             &amp;quot;Sku&amp;quot;: &amp;quot;CLUB-3500P&amp;quot;,             &amp;quot;Pcs&amp;quot;: 12,             &amp;quot;StoreId&amp;quot;: 18,             &amp;quot;StoreName&amp;quot;: &amp;quot;LKF GA7&amp;quot;         },         {             &amp;quot;Sku&amp;quot;: &amp;quot;CLUB-4000K&amp;quot;,             &amp;quot;Pcs&amp;quot;: 30,             &amp;quot;StoreId&amp;quot;: 18,             &amp;quot;StoreName&amp;quot;: &amp;quot;LKF GA7&amp;quot;         }] }</code></pre> <h5>返回参数说明</h5> <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;">Sku</td> <td style="text-align: left;">string</td> <td style="text-align: left;">商品SKU</td> </tr> <tr> <td style="text-align: left;">Pcs</td> <td style="text-align: left;">int</td> <td style="text-align: left;">商品数量</td> </tr> <tr> <td style="text-align: left;">StoreId</td> <td style="text-align: left;">int</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>

页面列表

ITEM_HTML