康邦-小程序


申请开通

<p><strong>请求URI:</strong></p> <ul> <li><code>/member/contract</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;">buy_list</td> <td style="text-align: left;"></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         }     ] }</code></pre> <ul> <li>需用户当前余额大于等于5000元(balance_price&gt;=500000)</li> </ul> <p><strong>返回样例:</strong></p> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;expiry_timestamp&amp;quot;: 1767084321,//开通成功后返回到期时间 &amp;quot;cdkey&amp;quot;: &amp;quot;ab62fa66286041789db374f3bdcebe89&amp;quot;//视频医生激活码     },     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML