康邦-小程序


下单

<p><strong>请求URI:</strong></p> <ul> <li><code>/service/order/trade</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST <code>AUTH</code></li> </ul> <p><strong>参数:</strong></p> <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;">pay_type</td> <td style="text-align: left;">require,in:0,1</td> <td style="text-align: left;">int</td> <td>支付方式:0=微信支付,1=余额</td> </tr> <tr> <td style="text-align: left;">buy_list</td> <td style="text-align: left;">require</td> <td style="text-align: left;">array</td> <td>购买内容</td> </tr> <tr> <td style="text-align: left;">buy_list.*.id</td> <td style="text-align: left;">require,&gt;:0</td> <td style="text-align: left;">int</td> <td>购买的服务id</td> </tr> <tr> <td style="text-align: left;">buy_list.*.buy_qty</td> <td style="text-align: left;">require,&gt;:0</td> <td style="text-align: left;">int</td> <td>购买数量</td> </tr> </tbody> </table> <pre><code>{     &amp;quot;buy_list&amp;quot;:[         {             &amp;quot;buy_qty&amp;quot;:2,             &amp;quot;id&amp;quot;:70         }     ],     &amp;quot;pay_type&amp;quot;:0 }</code></pre> <p><strong>返回样例:</strong></p> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;order_no&amp;quot;: &amp;quot;250103377970001&amp;quot;,//订单号         &amp;quot;total_price&amp;quot;: 200,//成交总额         &amp;quot;buy_list&amp;quot;: [//购买内容             {                 &amp;quot;buy_qty&amp;quot;: 2,                 &amp;quot;id&amp;quot;: 70,                 &amp;quot;service_info&amp;quot;: {//服务信息                     &amp;quot;id&amp;quot;: 70,                     &amp;quot;cover_image&amp;quot;: &amp;quot;&amp;quot;,                     &amp;quot;title&amp;quot;: &amp;quot;专家病情解读(专科专家)&amp;quot;,                     &amp;quot;sort_id&amp;quot;: 49,                     &amp;quot;sale_price&amp;quot;: 100,                     &amp;quot;unit_type&amp;quot;: 1,                     &amp;quot;unit_type_payload&amp;quot;: 1,                     &amp;quot;list_show_switch&amp;quot;: 1,                     &amp;quot;member_show_switch&amp;quot;: 1,                     &amp;quot;member_select_switch&amp;quot;: 0,                     &amp;quot;member_buy_min_qty&amp;quot;: 0,                     &amp;quot;member_buy_max_qty&amp;quot;: 0,                     &amp;quot;online_switch&amp;quot;: 1,                     &amp;quot;detail&amp;quot;: &amp;quot;&amp;quot;,                     &amp;quot;create_datetime&amp;quot;: &amp;quot;2025-01-01 13:50:31&amp;quot;,                     &amp;quot;update_datetime&amp;quot;: &amp;quot;2025-01-02 21:32:10&amp;quot;                 }             }         ]     },     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML