玖壹卡券


单个商品信息查询

<h5>简要描述</h5> <ul> <li>根据商品ID查询单个商品信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>网关地址 + /dcapi/queryCardInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>appid</td> <td>是</td> <td>string</td> <td>用户id</td> </tr> <tr> <td>id</td> <td>是</td> <td>string</td> <td>商品ID</td> </tr> <tr> <td>sign</td> <td>是</td> <td>string</td> <td>签名(不参与签名)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code class="language-json"> { &amp;quot;code&amp;quot;: 1, &amp;quot;msg&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;1676906666&amp;quot;, &amp;quot;result&amp;quot;: { &amp;quot;id&amp;quot;: 52, &amp;quot;pid&amp;quot;: 27, &amp;quot;name&amp;quot;: &amp;quot;12个月&amp;quot;, &amp;quot;account_type&amp;quot;: 2, &amp;quot;recharge_type&amp;quot;: 2, &amp;quot;buy_remark&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;create_time&amp;quot;: &amp;quot;2020-09-10 09:18:01&amp;quot;, &amp;quot;card_name&amp;quot;: &amp;quot;爱奇艺&amp;quot;, &amp;quot;card_logo&amp;quot;: &amp;quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&amp;quot;, &amp;quot;price&amp;quot;: 130, &amp;quot;type_name&amp;quot;: &amp;quot;手机号&amp;quot;, &amp;quot;avg&amp;quot;: 520, &amp;quot;demand_num&amp;quot;: 1, &amp;quot;no_recharge_num&amp;quot;: 0 } } </code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>int</td> <td>产品大类ID 下单时以这个ID为主</td> </tr> <tr> <td>name</td> <td>string</td> <td>产品小类名称</td> </tr> <tr> <td>account_type</td> <td>string</td> <td>账号类型 0 无限制 1 QQ号 2 手机号 3 卡号 4 ID账号 5 会员名 6 昵称</td> </tr> <tr> <td>type_name</td> <td>string</td> <td>账号类型名称</td> </tr> <tr> <td>recharge_type</td> <td>number</td> <td>充值类型:</td> </tr> </tbody> </table> <p>0 无限制<br /> 1 验证码充值(验证码)<br /> 2 账号充值(免验证码)<br /> | buy_remark | string | 下单前的重要提示内容(空字符代表此产品没有提示内容) | | price | string | 产品价格 单位元 | | card_name | string | 产品大类名称 | | card_logo | string | 产品大类logo | | demand_num | string | 库存数量 <code>2023.2.20新增</code> | | no_recharge_num | string | 待充值数量 <code>2023.2.20新增</code> | | avg | int | 当前类型的订单平均耗时 0 表示暂无订单耗时 具体的数字 表示耗时的秒数 单位秒 |</p>

页面列表

ITEM_HTML