买家-根据订单号查卡密
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据订单号查卡密</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/pc/cards_query</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">order_num</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>rsa加密的订单号</td>
</tr>
<tr>
<td style="text-align: left;">pwd</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>取卡密码,如果有</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"__type": "result",
"state": "no",
"msg": "取卡密码错误",
"time": 1547806522
}
{
"__type": "result",
"state": "ok",
"msg": "",
"data": {
"tips_color": "#AAAAAA",
"tips": "不会使用?请联系卖家",
"cards_num": 1,
"pay_time": "2019-07-04 10:32:23",
"channel_name": "QQ钱包",
"cash": "10.00",
"contact": "",
"contact_type": "",
"product_num": 1,
"delivery_count": 1,
"order_num": "kfk1907046551f982",
"sm": "测试缺卡订单是否补卡测试缺卡订单是否补卡测试缺卡订单是否补卡测试缺卡订单是否补卡",
"cardno_name": "卡号",
"cardpwd_name": "卡密",
"card_type": 1,//卡类型
"display_type": 1,//展示方式
"display_templete": null,//展示模板
"card_contents": [{
"no": "3",
"pwd": "",
"eliminate": "0"
}]
},
"time": 1562219823
}
{
"__type": "result",
"state": "no",
"msg": "订单号格式有误",
"time": 1547806659
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>