APP(合伙人)

合伙人、dms、66智修文档相关


确认订单

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>确认订单</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{url}}/app/shop/confirm-order</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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> </tbody> </table> <pre><code>type:1//1 立即购买2购物车3再来一单 supplier_id:9053 id:24329 //type=1时,id取商品id;type=2,购物车明细id;type=3,销售预订单id,多个id时,id组成的字符串,用,隔开 count:10 </code></pre> <h5>返回示例</h5> <pre><code> {     &amp;quot;errCode&amp;quot;: 1000,     &amp;quot;errMsg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;parts_id&amp;quot;: &amp;quot;12734&amp;quot;,             &amp;quot;id&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;parts_name&amp;quot;: &amp;quot;机油滤清器&amp;quot;,             &amp;quot;parts_code&amp;quot;: &amp;quot;OX1107D&amp;quot;,             &amp;quot;brand_id&amp;quot;: &amp;quot;193&amp;quot;,             &amp;quot;brand_name&amp;quot;: &amp;quot;马勒&amp;quot;,             &amp;quot;category_id&amp;quot;: &amp;quot;209&amp;quot;,             &amp;quot;category_name&amp;quot;: &amp;quot;机油滤清器&amp;quot;,             &amp;quot;packing_instruction&amp;quot;: &amp;quot;1*30&amp;quot;,             &amp;quot;count&amp;quot;: 1,             &amp;quot;parts_category_id&amp;quot;: &amp;quot;209&amp;quot;,             &amp;quot;available_stock&amp;quot;: 6663,             &amp;quot;jz_content&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;mz_content&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;jz_allcontent&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;mz_allcontent&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;price&amp;quot;: &amp;quot;10.00&amp;quot;,             &amp;quot;org_count&amp;quot;: 10,             &amp;quot;show_name&amp;quot;: &amp;quot;马勒 机油滤清器 OX1107D&amp;quot;,             &amp;quot;hsmz_allcontent&amp;quot;: 0,             &amp;quot;imgs&amp;quot;: &amp;quot;http://img.db.66km.cn/part/OX1107D ECO_2.jpg&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> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML