代充商品列表-2024年10月31号作废
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>视权益平台代充商品列表查询</li>
<li>商品ID是返回数据中list中的ID</li>
<li>代充订单耗时数据每1小时更新1次</li>
<li>克隆铺货逻辑:所有查询到商品全部铺货</li>
<li>上架逻辑:渠道耗时数据avg≤24小时,执行上架</li>
<li>下架逻辑:渠道耗时数据avg≥24小时,执行下架</li>
<li>前端处理(同步耗时,库存,待充值数量,等数据给用户,需要注意的是代充商品无库存时候不要禁止下单,因为耗时数据也许用户可以接受,自由下单即可)</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>网关地址 + /dcapi/queryCard</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>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>合作商appid</td>
</tr>
<tr>
<td style="text-align: left;">keyword</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>大类商品名称模糊搜索(仅支持一级商品分类模糊搜索) <code>不参与签名</code></td>
</tr>
<tr>
<td style="text-align: left;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名字符串(参考签名算法)</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: &quot;1669369341&quot;,
&quot;result&quot;: [
{
&quot;id&quot;: 42,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;三网通话费&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 43,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:57:08&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 9.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 680
},
{
&quot;id&quot;: 51,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:07:25&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 18.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 177
},
{
&quot;id&quot;: 165,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;30元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-22 20:56:30&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 27.9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 638
},
{
&quot;id&quot;: 56,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-15 09:33:59&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 48,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 485
},
{
&quot;id&quot;: 57,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-15 09:34:27&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 95.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 386
},
{
&quot;id&quot;: 77,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;200元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-27 08:10:28&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 192,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 703
},
{
&quot;id&quot;: 190,
&quot;pid&quot;: 42,
&quot;name&quot;: &quot;300元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-11 09:15:28&quot;,
&quot;card_name&quot;: &quot;三网通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20200905/c8c18f08bab74fe990740ed96bfdc4fd.png&quot;,
&quot;price&quot;: 279,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 106535
}
]
},
{
&quot;id&quot;: 61,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;移动话费&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 62,
&quot;pid&quot;: 61,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-16 13:48:40&quot;,
&quot;card_name&quot;: &quot;移动话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;price&quot;: 9.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 581
},
{
&quot;id&quot;: 119,
&quot;pid&quot;: 61,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:51:51&quot;,
&quot;card_name&quot;: &quot;移动话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;price&quot;: 18.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 28651
},
{
&quot;id&quot;: 120,
&quot;pid&quot;: 61,
&quot;name&quot;: &quot;30元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:53:02&quot;,
&quot;card_name&quot;: &quot;移动话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;price&quot;: 27.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 5365
},
{
&quot;id&quot;: 121,
&quot;pid&quot;: 61,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:54:02&quot;,
&quot;card_name&quot;: &quot;移动话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;price&quot;: 48,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 600
},
{
&quot;id&quot;: 122,
&quot;pid&quot;: 61,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:54:54&quot;,
&quot;card_name&quot;: &quot;移动话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/614109e2b2c4e8d265c03829c9770635.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 356
}
]
},
{
&quot;id&quot;: 123,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;联通话费&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 124,
&quot;pid&quot;: 123,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:58:58&quot;,
&quot;card_name&quot;: &quot;联通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;price&quot;: 9.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 699
},
{
&quot;id&quot;: 125,
&quot;pid&quot;: 123,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 20:59:41&quot;,
&quot;card_name&quot;: &quot;联通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;price&quot;: 18.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 22929
},
{
&quot;id&quot;: 126,
&quot;pid&quot;: 123,
&quot;name&quot;: &quot;30元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:00:09&quot;,
&quot;card_name&quot;: &quot;联通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;price&quot;: 27.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 140
},
{
&quot;id&quot;: 127,
&quot;pid&quot;: 123,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:00:43&quot;,
&quot;card_name&quot;: &quot;联通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;price&quot;: 48,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 199
},
{
&quot;id&quot;: 128,
&quot;pid&quot;: 123,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:01:07&quot;,
&quot;card_name&quot;: &quot;联通话费&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201109/59192422bcf96ff3be6c31d808e76a27.png&quot;,
&quot;price&quot;: 95.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 677
}
]
},
{
&quot;id&quot;: 137,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;中国电信&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 138,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-23 13:27:39&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 23130
},
{
&quot;id&quot;: 139,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-23 13:28:01&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 18.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 185909
},
{
&quot;id&quot;: 142,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;30元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-12-22 08:49:46&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 27.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 27020
},
{
&quot;id&quot;: 143,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-12-22 08:50:15&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 48,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 628
},
{
&quot;id&quot;: 144,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-12-22 08:50:42&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 714
},
{
&quot;id&quot;: 382,
&quot;pid&quot;: 137,
&quot;name&quot;: &quot;200元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-26 10:57:54&quot;,
&quot;card_name&quot;: &quot;中国电信&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/d21a9b3cc8b33e9070b7461c589a080c.png&quot;,
&quot;price&quot;: 190,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 6763
}
]
},
{
&quot;id&quot;: 53,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;中石化&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 54,
&quot;pid&quot;: 53,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-14 22:40:01&quot;,
&quot;card_name&quot;: &quot;中石化&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 251097
},
{
&quot;id&quot;: 132,
&quot;pid&quot;: 53,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-10 11:38:28&quot;,
&quot;card_name&quot;: &quot;中石化&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 513
},
{
&quot;id&quot;: 133,
&quot;pid&quot;: 53,
&quot;name&quot;: &quot;200元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-10 11:39:13&quot;,
&quot;card_name&quot;: &quot;中石化&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;price&quot;: 192,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 774
},
{
&quot;id&quot;: 134,
&quot;pid&quot;: 53,
&quot;name&quot;: &quot;500元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-10 11:39:58&quot;,
&quot;card_name&quot;: &quot;中石化&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;price&quot;: 477.5,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 273
},
{
&quot;id&quot;: 135,
&quot;pid&quot;: 53,
&quot;name&quot;: &quot;1000元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-10 11:40:28&quot;,
&quot;card_name&quot;: &quot;中石化&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201014/558b13a593cbf24296fc94cb19e948a7.png&quot;,
&quot;price&quot;: 955,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 146,
&quot;pid&quot;: 41,
&quot;name&quot;: &quot;中石油&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 147,
&quot;pid&quot;: 146,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;只能充值90和95开头卡号,70开头的电子卡号,无法充值,请勿下单&quot;,
&quot;create_time&quot;: &quot;2020-12-24 14:48:23&quot;,
&quot;card_name&quot;: &quot;中石油&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 148,
&quot;pid&quot;: 146,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;只能充值90和95开头卡号,70开头的电子卡号,无法充值,请勿下单&quot;,
&quot;create_time&quot;: &quot;2020-12-24 14:48:47&quot;,
&quot;card_name&quot;: &quot;中石油&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 149,
&quot;pid&quot;: 146,
&quot;name&quot;: &quot;200元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;只能充值90和95开头卡号,70开头的电子卡号,无法充值,请勿下单&quot;,
&quot;create_time&quot;: &quot;2020-12-24 14:49:24&quot;,
&quot;card_name&quot;: &quot;中石油&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;price&quot;: 192,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 150,
&quot;pid&quot;: 146,
&quot;name&quot;: &quot;500元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;只能充值90和95开头卡号,70开头的电子卡号,无法充值,请勿下单&quot;,
&quot;create_time&quot;: &quot;2020-12-24 14:49:47&quot;,
&quot;card_name&quot;: &quot;中石油&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;price&quot;: 480,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 151,
&quot;pid&quot;: 146,
&quot;name&quot;: &quot;1000元&quot;,
&quot;account_type&quot;: 3,
&quot;buy_remark&quot;: &quot;只能充值90和95开头卡号,70开头的电子卡号,无法充值,请勿下单&quot;,
&quot;create_time&quot;: &quot;2020-12-24 14:50:25&quot;,
&quot;card_name&quot;: &quot;中石油&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201224/e6d37706258560ab37b118da1f814906.png&quot;,
&quot;price&quot;: 955,
&quot;type_name&quot;: &quot;卡号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 27,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;爱奇艺&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 262,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;1天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-24 14:28:00&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 2.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 220,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;7天|特价&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-06-20 16:36:02&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 4.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 32228
},
{
&quot;id&quot;: 28,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-04 17:13:57&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 5.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 4866
},
{
&quot;id&quot;: 227,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;1个月|特价&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-07-22 16:43:27&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 7262
},
{
&quot;id&quot;: 29,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-04 17:16:57&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 13.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 467
},
{
&quot;id&quot;: 30,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-04 17:17:29&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 39,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 527
},
{
&quot;id&quot;: 145,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2020-12-23 11:05:58&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 35,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 563
},
{
&quot;id&quot;: 263,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-10 16:04:07&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 80,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 649
},
{
&quot;id&quot;: 236,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;6个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-08-22 10:57:08&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 52,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 250,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;3个月|换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【下单注意】该商品要求会员时长已过期才能充值,或者还有少量时长,下单后请保持电话畅通,接听电话,提供收到的验证码给充值人员完成充值&quot;,
&quot;create_time&quot;: &quot;2021-09-15 11:00:30&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 29,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 79,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;350天|换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【下单注意】该商品要求会员时长已过期才能充值,或者还有少量时长,下单后请保持电话畅通,接听电话,提供收到的验证码给充值人员完成充值&quot;,
&quot;create_time&quot;: &quot;2020-10-30 08:56:29&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 85,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 52,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-10 09:18:01&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 125,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 520
},
{
&quot;id&quot;: 163,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;12个月|1码直充&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-01-10 17:41:10&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 115,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 933
},
{
&quot;id&quot;: 264,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;2年&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-10 16:04:36&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 200,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 292,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;星钻3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-20 11:13:29&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 65,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 610
},
{
&quot;id&quot;: 337,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;星钻1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-27 09:54:39&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 21,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 546
},
{
&quot;id&quot;: 362,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;720-731天|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-25 14:26:10&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 190,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 794
},
{
&quot;id&quot;: 437,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;漫画1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-30 15:02:21&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 5.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 492
},
{
&quot;id&quot;: 453,
&quot;pid&quot;: 27,
&quot;name&quot;: &quot;3个月慢充72小时&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;为避免损失,务必选择保护期为(72小时)&quot;,
&quot;create_time&quot;: &quot;2022-11-13 19:23:07&quot;,
&quot;card_name&quot;: &quot;爱奇艺&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220721/df0541e160985996b747f4bae6490172.png&quot;,
&quot;price&quot;: 36.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 31,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;腾讯视频&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 386,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-31 12:25:36&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 1.4,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 41137
},
{
&quot;id&quot;: 288,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;3天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-11 17:30:11&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 2,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 78481
},
{
&quot;id&quot;: 232,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;5天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-20 10:38:42&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 2.7,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 285,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;14天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-09 13:13:23&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 5.7,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 32,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;7天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-04 17:23:16&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 3.8,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 32492
},
{
&quot;id&quot;: 246,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1个月|Q号特价&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-07 17:19:56&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 11.8,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 535
},
{
&quot;id&quot;: 33,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:27:25&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 12.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 748
},
{
&quot;id&quot;: 286,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;2个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-09 13:14:27&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 570
},
{
&quot;id&quot;: 34,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;3个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:32:25&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 37,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 3243
},
{
&quot;id&quot;: 287,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;6个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-10 17:13:06&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 65,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 35,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;12个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;一号一次 不可叠加&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:33:48&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 120,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 373
},
{
&quot;id&quot;: 345,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1天|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2022-06-03 16:40:55&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 1.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 346,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1天|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2022-06-03 16:41:35&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 1.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 343,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;3天|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2022-06-03 11:31:11&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 1.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 226470
},
{
&quot;id&quot;: 251,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;5天|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2021-09-16 16:46:34&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 115,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;7天|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2020-11-07 21:40:10&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 5773
},
{
&quot;id&quot;: 60,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2020-10-15 19:59:58&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 11.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 3262
},
{
&quot;id&quot;: 114,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;3个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2020-11-06 11:56:55&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 35,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 577
},
{
&quot;id&quot;: 265,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;6个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2021-10-10 16:05:15&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 78,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 80,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;12个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值前,请先通过“腾讯视频app~个人中心~个人信息~手机”确认当前登录账户的绑定手机号是否为充值手机号,未绑定的请先操作绑定后再来充值。如充值手机号已在腾讯视频app中与登录的QQ或微信账户存在绑定关系,充值成功后会员直接发放至绑定的QQ或微信登录账号中。请仔细确认!\n&quot;,
&quot;create_time&quot;: &quot;2020-11-01 14:00:39&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 124,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 266,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;2年|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-10 16:05:35&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 183,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 289,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;7天|微信号&quot;,
&quot;account_type&quot;: 0,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-12 21:15:28&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;/&quot;,
&quot;avg&quot;: 259
},
{
&quot;id&quot;: 436,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;1个月|微信号&quot;,
&quot;account_type&quot;: 0,
&quot;buy_remark&quot;: &quot;微信号查看路径:微信app-我-顶部昵称下面-微信号,若是没有设置过微信号,请不要提交充值&quot;,
&quot;create_time&quot;: &quot;2022-10-29 21:40:28&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 12.4,
&quot;type_name&quot;: &quot;/&quot;,
&quot;avg&quot;: 609
},
{
&quot;id&quot;: 275,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;接码1个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-10-31 15:16:56&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 404,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;接码6个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2022-08-18 20:21:13&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 58,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 161,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;接码12个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-01-08 20:56:36&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 103,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 306,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;云视听1个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-02-23 22:40:14&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 17,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 4302
},
{
&quot;id&quot;: 396,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;云视听3个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-13 13:26:31&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 54,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 363,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;云视听12个月|Q号&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-26 20:13:46&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 172,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 667
},
{
&quot;id&quot;: 427,
&quot;pid&quot;: 31,
&quot;name&quot;: &quot;云视听12个月 QQ/微信号&quot;,
&quot;account_type&quot;: 0,
&quot;buy_remark&quot;: &quot;下单号码填写QQ/微信号,都可以&quot;,
&quot;create_time&quot;: &quot;2022-10-18 21:40:27&quot;,
&quot;card_name&quot;: &quot;腾讯视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/15a54bee340ea11d0eff4633d0c621ef.png&quot;,
&quot;price&quot;: 165,
&quot;type_name&quot;: &quot;/&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 44,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;优酷&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 46,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:02:24&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 5873
},
{
&quot;id&quot;: 430,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;1个月慢充72小时&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;为避免损失,务必选择保护期为(72小时)&quot;,
&quot;create_time&quot;: &quot;2022-10-27 11:28:39&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 5.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 706
},
{
&quot;id&quot;: 245,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;1个月|特价&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-07 17:17:24&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 8.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 11273
},
{
&quot;id&quot;: 47,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:03:26&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 8.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 431
},
{
&quot;id&quot;: 269,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;1个月|接码|月限1次&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-10-11 16:51:52&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 48,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:04:25&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 24.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 311
},
{
&quot;id&quot;: 197,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;3个月-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:43:43&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 19,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 156,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-07 09:41:09&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 35,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 49,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:05:18&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 50,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 146
},
{
&quot;id&quot;: 257,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;340-360天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;88vip渠道,一号只能一次&quot;,
&quot;create_time&quot;: &quot;2021-09-20 16:18:07&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 34,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 51739
},
{
&quot;id&quot;: 116,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2020-11-09 09:21:59&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 37,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 2195
},
{
&quot;id&quot;: 388,
&quot;pid&quot;: 44,
&quot;name&quot;: &quot;酷喵1个月 &quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-01 09:44:51&quot;,
&quot;card_name&quot;: &quot;优酷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f47c6da0c8f1228bfc2cc2ace17114b4.png&quot;,
&quot;price&quot;: 10,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 36,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;芒果&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 281,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;5天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-06 19:54:38&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 1.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 37,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:43:16&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 2.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 3980
},
{
&quot;id&quot;: 247,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;1个月|特价&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;该商品可以叠加,167.162开头的号码无法充值&quot;,
&quot;create_time&quot;: &quot;2021-09-07 17:26:03&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 7.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 63275
},
{
&quot;id&quot;: 38,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;该商品可以叠加,167.162开头的号码无法充值&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:44:13&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 8.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 3416
},
{
&quot;id&quot;: 394,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;1个月|接码·每月1次&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-10 21:07:01&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 432,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;2个月|1号1次&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;该商品1号只能充值1次,多下不到账,损失无法处理,,请知悉&quot;,
&quot;create_time&quot;: &quot;2022-10-27 14:01:19&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 10.1,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 78340
},
{
&quot;id&quot;: 39,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:46:21&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 25,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 1065
},
{
&quot;id&quot;: 408,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-24 16:07:21&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 51,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 40,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 00:47:44&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 62.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 152,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2020-12-26 16:23:48&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 69,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 214,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;全屏1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-06-10 16:12:39&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 13.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 138
},
{
&quot;id&quot;: 267,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;全屏3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-11 16:49:18&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 42,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 354
},
{
&quot;id&quot;: 428,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;全屏12个月&quot;,
&quot;account_type&quot;: 0,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-22 09:53:13&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 175,
&quot;type_name&quot;: &quot;/&quot;,
&quot;avg&quot;: 293
},
{
&quot;id&quot;: 461,
&quot;pid&quot;: 36,
&quot;name&quot;: &quot;全屏12个月|1码直充&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-25 11:44:23&quot;,
&quot;card_name&quot;: &quot;芒果&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/f0edeb9673b61dc3081244dc41943e39.png&quot;,
&quot;price&quot;: 118,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 170
}
]
},
{
&quot;id&quot;: 45,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;搜狐&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/00b01b7e4df81096d227cd2082376f38.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 50,
&quot;pid&quot;: 45,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-09-05 01:06:13&quot;,
&quot;card_name&quot;: &quot;搜狐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/00b01b7e4df81096d227cd2082376f38.png&quot;,
&quot;price&quot;: 7.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 141,
&quot;pid&quot;: 45,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-12-12 16:18:20&quot;,
&quot;card_name&quot;: &quot;搜狐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/00b01b7e4df81096d227cd2082376f38.png&quot;,
&quot;price&quot;: 76,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 293,
&quot;pid&quot;: 45,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-20 11:26:19&quot;,
&quot;card_name&quot;: &quot;搜狐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/00b01b7e4df81096d227cd2082376f38.png&quot;,
&quot;price&quot;: 25,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 187,
&quot;pid&quot;: 45,
&quot;name&quot;: &quot;12个月-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-06 14:58:08&quot;,
&quot;card_name&quot;: &quot;搜狐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201018/00b01b7e4df81096d227cd2082376f38.png&quot;,
&quot;price&quot;: 15,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 67,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;哔哩哔哩&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 420,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;7天|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-29 13:36:29&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 68,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-18 09:15:51&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 8.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 183176
},
{
&quot;id&quot;: 153,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-12-26 17:52:08&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 32,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 4904
},
{
&quot;id&quot;: 294,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;12个月|UID&quot;,
&quot;account_type&quot;: 4,
&quot;buy_remark&quot;: &quot;下单填写哔哩哔哩UID,非手机号&quot;,
&quot;create_time&quot;: &quot;2021-12-21 14:33:49&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 100,
&quot;type_name&quot;: &quot;ID账号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 413,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;18个月|UID&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;下单填写哔哩哔哩UID,非手机号&quot;,
&quot;create_time&quot;: &quot;2022-09-14 17:44:42&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 140,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 416,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;12个月|手机号|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-21 22:25:27&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 93,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 188,
&quot;pid&quot;: 67,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-06 15:27:28&quot;,
&quot;card_name&quot;: &quot;哔哩哔哩&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211031/676ed740b61a3efa1151fae6feff2093.png&quot;,
&quot;price&quot;: 117,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 74,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;腾讯体育&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201022/115d9377ef7900739900c21dd1337a24.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 75,
&quot;pid&quot;: 74,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-22 14:10:05&quot;,
&quot;card_name&quot;: &quot;腾讯体育&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201022/115d9377ef7900739900c21dd1337a24.png&quot;,
&quot;price&quot;: 9.8,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 441,
&quot;pid&quot;: 74,
&quot;name&quot;: &quot;2个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-02 20:57:37&quot;,
&quot;card_name&quot;: &quot;腾讯体育&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201022/115d9377ef7900739900c21dd1337a24.png&quot;,
&quot;price&quot;: 17.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 670
},
{
&quot;id&quot;: 76,
&quot;pid&quot;: 74,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-10-22 14:10:33&quot;,
&quot;card_name&quot;: &quot;腾讯体育&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201022/115d9377ef7900739900c21dd1337a24.png&quot;,
&quot;price&quot;: 40,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 181,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;咪咕视频&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/7b9ab51c10a9d426f434a4bb7ac85359.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 182,
&quot;pid&quot;: 181,
&quot;name&quot;: &quot;钻石1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:17:24&quot;,
&quot;card_name&quot;: &quot;咪咕视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/7b9ab51c10a9d426f434a4bb7ac85359.png&quot;,
&quot;price&quot;: 8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 226857
},
{
&quot;id&quot;: 183,
&quot;pid&quot;: 181,
&quot;name&quot;: &quot;钻石3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:17:56&quot;,
&quot;card_name&quot;: &quot;咪咕视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/7b9ab51c10a9d426f434a4bb7ac85359.png&quot;,
&quot;price&quot;: 39,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 659
},
{
&quot;id&quot;: 184,
&quot;pid&quot;: 181,
&quot;name&quot;: &quot;钻石12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:18:46&quot;,
&quot;card_name&quot;: &quot;咪咕视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/7b9ab51c10a9d426f434a4bb7ac85359.png&quot;,
&quot;price&quot;: 100,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 417
}
]
},
{
&quot;id&quot;: 177,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;南瓜电影&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/3dac780be416488b8640268f6320d06b.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 178,
&quot;pid&quot;: 177,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:12:20&quot;,
&quot;card_name&quot;: &quot;南瓜电影&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/3dac780be416488b8640268f6320d06b.png&quot;,
&quot;price&quot;: 6.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 179,
&quot;pid&quot;: 177,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:13:04&quot;,
&quot;card_name&quot;: &quot;南瓜电影&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/3dac780be416488b8640268f6320d06b.png&quot;,
&quot;price&quot;: 17.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 180,
&quot;pid&quot;: 177,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-01 15:13:40&quot;,
&quot;card_name&quot;: &quot;南瓜电影&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210301/3dac780be416488b8640268f6320d06b.png&quot;,
&quot;price&quot;: 65.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 206,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;人人视频&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210420/a5d04570f9ef91707c064ae061b5361b.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 207,
&quot;pid&quot;: 206,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-04-20 17:12:31&quot;,
&quot;card_name&quot;: &quot;人人视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210420/a5d04570f9ef91707c064ae061b5361b.png&quot;,
&quot;price&quot;: 10.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 208,
&quot;pid&quot;: 206,
&quot;name&quot;: &quot;12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-04-20 17:12:55&quot;,
&quot;card_name&quot;: &quot;人人视频&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210420/a5d04570f9ef91707c064ae061b5361b.png&quot;,
&quot;price&quot;: 40,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 241,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;埋堆堆&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210906/f5b6c40f0adb09c49a369c1f72f14008.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 325,
&quot;pid&quot;: 241,
&quot;name&quot;: &quot;年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-04 16:32:35&quot;,
&quot;card_name&quot;: &quot;埋堆堆&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210906/f5b6c40f0adb09c49a369c1f72f14008.png&quot;,
&quot;price&quot;: 12,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 365,
&quot;pid&quot;: 241,
&quot;name&quot;: &quot;会员月卡&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-28 09:34:26&quot;,
&quot;card_name&quot;: &quot;埋堆堆&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210906/f5b6c40f0adb09c49a369c1f72f14008.png&quot;,
&quot;price&quot;: 3.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 242,
&quot;pid&quot;: 241,
&quot;name&quot;: &quot;年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-06 15:56:04&quot;,
&quot;card_name&quot;: &quot;埋堆堆&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210906/f5b6c40f0adb09c49a369c1f72f14008.png&quot;,
&quot;price&quot;: 71,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 277,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;1905电影网&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220607/d586c6d56fecfb2d373db700310df499.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 295,
&quot;pid&quot;: 277,
&quot;name&quot;: &quot;VIP1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-12-21 14:46:54&quot;,
&quot;card_name&quot;: &quot;1905电影网&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220607/d586c6d56fecfb2d373db700310df499.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 364,
&quot;pid&quot;: 26,
&quot;name&quot;: &quot;猫眼&quot;,
&quot;logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220731/0dfb0cf39a99301c3a8913a251c2c6c5.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 387,
&quot;pid&quot;: 364,
&quot;name&quot;: &quot;5元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-31 13:33:50&quot;,
&quot;card_name&quot;: &quot;猫眼&quot;,
&quot;card_logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220731/0dfb0cf39a99301c3a8913a251c2c6c5.png&quot;,
&quot;price&quot;: 1.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 435,
&quot;pid&quot;: 364,
&quot;name&quot;: &quot;10元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-28 16:03:12&quot;,
&quot;card_name&quot;: &quot;猫眼&quot;,
&quot;card_logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220731/0dfb0cf39a99301c3a8913a251c2c6c5.png&quot;,
&quot;price&quot;: 2.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 258,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;QQ阅读&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210921/26ea4dce1c3b6ee8609931491703ecbc.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 259,
&quot;pid&quot;: 258,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-21 10:36:48&quot;,
&quot;card_name&quot;: &quot;QQ阅读&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210921/26ea4dce1c3b6ee8609931491703ecbc.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 270,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;知乎盐选&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211021/0d11e1b672837754e912c6e86bbb1c3c.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 271,
&quot;pid&quot;: 270,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-21 19:48:33&quot;,
&quot;card_name&quot;: &quot;知乎盐选&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211021/0d11e1b672837754e912c6e86bbb1c3c.png&quot;,
&quot;price&quot;: 8.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 13140
},
{
&quot;id&quot;: 369,
&quot;pid&quot;: 270,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-02 16:48:42&quot;,
&quot;card_name&quot;: &quot;知乎盐选&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211021/0d11e1b672837754e912c6e86bbb1c3c.png&quot;,
&quot;price&quot;: 3.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 397,
&quot;pid&quot;: 270,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-13 13:28:17&quot;,
&quot;card_name&quot;: &quot;知乎盐选&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211021/0d11e1b672837754e912c6e86bbb1c3c.png&quot;,
&quot;price&quot;: 26,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 368
}
]
},
{
&quot;id&quot;: 82,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;网易云&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 129,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:35:09&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 2.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 477
},
{
&quot;id&quot;: 256,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶21天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;一号一次,不可叠加&quot;,
&quot;create_time&quot;: &quot;2021-09-17 13:57:27&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 3.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 83,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-02 13:06:16&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 5.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 1495
},
{
&quot;id&quot;: 130,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:35:31&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 982
},
{
&quot;id&quot;: 274,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-29 15:43:14&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 26,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 255580
},
{
&quot;id&quot;: 164,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-19 21:33:19&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 62,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 515
},
{
&quot;id&quot;: 131,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;350-365天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 21:35:54&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 202190
},
{
&quot;id&quot;: 252,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-09-17 09:17:13&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 410,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶6个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-03 14:33:23&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 338,
&quot;pid&quot;: 82,
&quot;name&quot;: &quot;黑胶12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2022-05-29 07:21:07&quot;,
&quot;card_name&quot;: &quot;网易云&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/62dddb01d03d2bd9019196f23ad10f61.png&quot;,
&quot;price&quot;: 40,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 26437
}
]
},
{
&quot;id&quot;: 84,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;酷狗&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 85,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华1月·叠加5次&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;单月只能叠加5次,不要多下单&quot;,
&quot;create_time&quot;: &quot;2020-11-02 14:38:19&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 5.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 16453
},
{
&quot;id&quot;: 159,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华1个月|ID号&quot;,
&quot;account_type&quot;: 4,
&quot;buy_remark&quot;: &quot;该商品每个ID最高可以冲6次,【酷狗ID查找指引】酷狗音乐APP一&gt;打开“我”的页面一&gt;点击头像-&gt;点击“编辑”一&gt;复制酷狗ID&quot;,
&quot;create_time&quot;: &quot;2021-01-08 09:14:00&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 8.3,
&quot;type_name&quot;: &quot;ID账号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 86,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华3个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-02 14:38:46&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 21,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 596
},
{
&quot;id&quot;: 162,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华3个月|ID&quot;,
&quot;account_type&quot;: 4,
&quot;buy_remark&quot;: &quot;【酷狗ID查找指引】酷狗音乐APP一&gt;打开“我”的页面一&gt;点击头像-&gt;点击“编辑”一&gt;复制酷狗ID&quot;,
&quot;create_time&quot;: &quot;2021-01-09 10:28:00&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 23,
&quot;type_name&quot;: &quot;ID账号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 215,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-06-10 16:44:39&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 166,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;1号充值1次,不可叠加充值&quot;,
&quot;create_time&quot;: &quot;2021-01-24 17:29:51&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 73,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 3884
},
{
&quot;id&quot;: 140,
&quot;pid&quot;: 84,
&quot;name&quot;: &quot;豪华12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2020-12-04 12:45:11&quot;,
&quot;card_name&quot;: &quot;酷狗&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/8e5017dd71755382807f940ed95942f0.png&quot;,
&quot;price&quot;: 62,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 93,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;QQ音乐&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 94,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;音乐包1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:12:10&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 228645
},
{
&quot;id&quot;: 276,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;音乐包3个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-10-31 20:24:12&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 279,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华7天&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-02 21:14:27&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 2,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 41481
},
{
&quot;id&quot;: 95,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华1个月|QQ|1号1次&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;暂时不可叠加,一号一次&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:12:54&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 7.2,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 35819
},
{
&quot;id&quot;: 96,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华3个月|QQ&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:13:31&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 42707
},
{
&quot;id&quot;: 167,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华6个月|QQ&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-27 10:36:13&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 43,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 97,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华12个月|QQ&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:14:10&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 93,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 5112
},
{
&quot;id&quot;: 172,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-01-27 14:02:09&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 78,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 400,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华1个月|手机豪|月限1次&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2022-08-15 19:07:51&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 308,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华1个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;QQ音乐绑定手机号步骤:步骤为:我的-右上角-设置-个人资料-手机号&quot;,
&quot;create_time&quot;: &quot;2022-03-11 15:29:21&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 7.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 472
},
{
&quot;id&quot;: 309,
&quot;pid&quot;: 93,
&quot;name&quot;: &quot;豪华3个月|手机号&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;QQ音乐绑定手机号步骤:步骤为:我的-右上角-设置-个人资料-手机号&quot;,
&quot;create_time&quot;: &quot;2022-03-12 14:13:11&quot;,
&quot;card_name&quot;: &quot;QQ音乐&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/6ab4abd20e4df16b8aa4537db92b68e1.png&quot;,
&quot;price&quot;: 23,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 102,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;喜马拉雅&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 355,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;5天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;一号一次,仅限安卓&quot;,
&quot;create_time&quot;: &quot;2022-06-14 17:06:48&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 356,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-14 17:07:39&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 2.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 780
},
{
&quot;id&quot;: 103,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;15天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-04 14:06:38&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 3.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 104,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-04 14:07:20&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 261
},
{
&quot;id&quot;: 460,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;双月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-21 21:26:21&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 511
},
{
&quot;id&quot;: 249,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-14 15:11:53&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 19.3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 204
},
{
&quot;id&quot;: 228,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-07-30 09:47:09&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 417,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-22 17:03:59&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 35,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 735
},
{
&quot;id&quot;: 160,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-08 09:21:19&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 70,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 329
},
{
&quot;id&quot;: 105,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;12个月|可叠加&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2020-11-04 14:09:00&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 52,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 176,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;12个月|换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【换绑充值】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后之前的会员时间不参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-02-23 13:41:50&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 313,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;100喜点&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-20 21:48:47&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 69,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 318,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;158喜点&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-25 17:06:52&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 128,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 314,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;200喜点&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-20 21:49:18&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 140,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 452,
&quot;pid&quot;: 102,
&quot;name&quot;: &quot;儿童1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-13 16:06:45&quot;,
&quot;card_name&quot;: &quot;喜马拉雅&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/89567a9b8774def01292bc36f0fa68a5.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 110,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;蜻蜓FM&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/52ef83141d544e5b7b25dc60663e0e45.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 305,
&quot;pid&quot;: 110,
&quot;name&quot;: &quot;5年|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-02-18 09:59:54&quot;,
&quot;card_name&quot;: &quot;蜻蜓FM&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/52ef83141d544e5b7b25dc60663e0e45.png&quot;,
&quot;price&quot;: 18,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 111,
&quot;pid&quot;: 110,
&quot;name&quot;: &quot;6个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-04 14:26:58&quot;,
&quot;card_name&quot;: &quot;蜻蜓FM&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/52ef83141d544e5b7b25dc60663e0e45.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 195,
&quot;pid&quot;: 110,
&quot;name&quot;: &quot;年费-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:36:47&quot;,
&quot;card_name&quot;: &quot;蜻蜓FM&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/52ef83141d544e5b7b25dc60663e0e45.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 112,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;作业帮&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/bf3973a3324b65f768b067f71af35eff.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 317,
&quot;pid&quot;: 112,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-23 15:41:45&quot;,
&quot;card_name&quot;: &quot;作业帮&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/bf3973a3324b65f768b067f71af35eff.png&quot;,
&quot;price&quot;: 72,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 113,
&quot;pid&quot;: 112,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-04 16:31:48&quot;,
&quot;card_name&quot;: &quot;作业帮&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/bf3973a3324b65f768b067f71af35eff.png&quot;,
&quot;price&quot;: 45,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 253,
&quot;pid&quot;: 112,
&quot;name&quot;: &quot;1个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加\n&quot;,
&quot;create_time&quot;: &quot;2021-09-17 09:18:52&quot;,
&quot;card_name&quot;: &quot;作业帮&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/bf3973a3324b65f768b067f71af35eff.png&quot;,
&quot;price&quot;: 5.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 254,
&quot;pid&quot;: 112,
&quot;name&quot;: &quot;3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加\n&quot;,
&quot;create_time&quot;: &quot;2021-09-17 09:19:39&quot;,
&quot;card_name&quot;: &quot;作业帮&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20201104/bf3973a3324b65f768b067f71af35eff.png&quot;,
&quot;price&quot;: 15.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 384,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;酷我音乐&quot;,
&quot;logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220730/e82b427a85a6302076bc38516dcd93ca.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 385,
&quot;pid&quot;: 384,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-30 21:11:31&quot;,
&quot;card_name&quot;: &quot;酷我音乐&quot;,
&quot;card_logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220730/e82b427a85a6302076bc38516dcd93ca.png&quot;,
&quot;price&quot;: 3.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 12193
},
{
&quot;id&quot;: 439,
&quot;pid&quot;: 384,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-01 08:55:52&quot;,
&quot;card_name&quot;: &quot;酷我音乐&quot;,
&quot;card_logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220730/e82b427a85a6302076bc38516dcd93ca.png&quot;,
&quot;price&quot;: 10.9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 157,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;百度文库&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 290,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;6个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加\n&quot;,
&quot;create_time&quot;: &quot;2021-11-18 19:41:08&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 411,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-09 11:45:53&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 412,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-09 11:46:52&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 158,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-07 09:53:17&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 45,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 226,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-07-22 10:28:23&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 11,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 248,
&quot;pid&quot;: 157,
&quot;name&quot;: &quot;年卡兑换码&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;该商品需要买家看到订单待收货时进行工单仲裁,跟卖家聊天获取兑换码&quot;,
&quot;create_time&quot;: &quot;2021-09-09 11:15:57&quot;,
&quot;card_name&quot;: &quot;百度文库&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/71a8d72bc6a85ef5bcdc7065b11994b4.png&quot;,
&quot;price&quot;: 21.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 193,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;快看漫画&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 433,
&quot;pid&quot;: 193,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-28 10:32:56&quot;,
&quot;card_name&quot;: &quot;快看漫画&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 434,
&quot;pid&quot;: 193,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-28 10:33:18&quot;,
&quot;card_name&quot;: &quot;快看漫画&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;price&quot;: 7.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 406,
&quot;pid&quot;: 193,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-22 16:04:09&quot;,
&quot;card_name&quot;: &quot;快看漫画&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;price&quot;: 32,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 221,
&quot;pid&quot;: 193,
&quot;name&quot;: &quot;3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加\n&quot;,
&quot;create_time&quot;: &quot;2021-07-05 10:38:39&quot;,
&quot;card_name&quot;: &quot;快看漫画&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 194,
&quot;pid&quot;: 193,
&quot;name&quot;: &quot;年费-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:32:46&quot;,
&quot;card_name&quot;: &quot;快看漫画&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/7006bbac583f53b66a5920a6c1f114cd.png&quot;,
&quot;price&quot;: 10,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 456,
&quot;pid&quot;: 81,
&quot;name&quot;: &quot;凯叔讲故事&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221115/382bf73a552add08af02a1c48727ee8e.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 457,
&quot;pid&quot;: 456,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-15 18:50:22&quot;,
&quot;card_name&quot;: &quot;凯叔讲故事&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221115/382bf73a552add08af02a1c48727ee8e.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 458,
&quot;pid&quot;: 456,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-15 18:50:51&quot;,
&quot;card_name&quot;: &quot;凯叔讲故事&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221115/382bf73a552add08af02a1c48727ee8e.png&quot;,
&quot;price&quot;: 62,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 459,
&quot;pid&quot;: 456,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-15 18:51:10&quot;,
&quot;card_name&quot;: &quot;凯叔讲故事&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221115/382bf73a552add08af02a1c48727ee8e.png&quot;,
&quot;price&quot;: 205,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 63,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;美团外卖&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 78,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;1个月会员&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!!&quot;,
&quot;create_time&quot;: &quot;2020-10-28 16:47:12&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 189,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;5元红包&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2021-03-10 19:27:01&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 2150
},
{
&quot;id&quot;: 64,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;10元红包&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2020-10-16 15:06:13&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 6.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 17187
},
{
&quot;id&quot;: 371,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;10x2红包&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-04 13:21:32&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 11.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 223,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;20元红包&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2021-07-15 09:49:21&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 15,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 247397
},
{
&quot;id&quot;: 319,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;30元红包&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2022-04-04 19:53:32&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 23,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 2603
},
{
&quot;id&quot;: 320,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;5元现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2022-04-16 14:33:47&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 3,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 372,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;10-5现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-05 10:08:52&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 2.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 321,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;10元现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2022-04-16 14:34:40&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 7.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 168858
},
{
&quot;id&quot;: 370,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;20-10现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-03 21:44:47&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 322,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;20元现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;美团外卖App风控限制:每个美团账号/每天/同批次/每种面额代金券限订购5张,如一账号超过每日订购数量,美团外卖官方不会再发放优惠券,请确保下单账号各种渠道充值未超过5次!&quot;,
&quot;create_time&quot;: &quot;2022-04-16 14:35:12&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 15.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 211294
},
{
&quot;id&quot;: 336,
&quot;pid&quot;: 63,
&quot;name&quot;: &quot;30-20现金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-23 12:46:51&quot;,
&quot;card_name&quot;: &quot;美团外卖&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/101f1a78065430e675fc14acc5faf70e.png&quot;,
&quot;price&quot;: 15,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 89,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;饿了么&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 90,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;会员月卡&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-02 14:44:10&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 7502
},
{
&quot;id&quot;: 344,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;会员季卡&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-03 11:33:34&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 14,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 185,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;会员年卡&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-06 13:06:19&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 35,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 401,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;会员月卡|接码&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2022-08-15 19:14:04&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 186,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;会员年卡-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-06 13:07:15&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 29,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 238
},
{
&quot;id&quot;: 445,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-04 12:08:50&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 446,
&quot;pid&quot;: 89,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-04 12:09:40&quot;,
&quot;card_name&quot;: &quot;饿了么&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/bb3e35355de443dbee29b1faa2626f62.png&quot;,
&quot;price&quot;: 14.6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 349,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;奈雪の茶&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 350,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值成功后可至“奈雪点单”小程序-“我-“奈雪券”查看到账情况,若充值的手机号未注册或未绑定奈雪账户,请前往注册绑定后再来充值\n&quot;,
&quot;create_time&quot;: &quot;2022-06-09 15:19:35&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 373,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;30元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值成功后可至“奈雪点单”小程序-“我-“奈雪券”查看到账情况,若充值的手机号未注册或未绑定奈雪账户,请前往注册绑定后再来充值&quot;,
&quot;create_time&quot;: &quot;2022-07-08 16:58:57&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 393,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值成功后可至“奈雪点单”小程序-“我-“奈雪券”查看到账情况,若充值的手机号未注册或未绑定奈雪账户,请前往注册绑定后再来充值&quot;,
&quot;create_time&quot;: &quot;2022-08-09 20:39:19&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 32,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 414,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;25元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;充值成功后可至“奈雪点单”小程序-“我-“奈雪券”查看到账情况,若充值的手机号未注册或未绑定奈雪账户,请前往注册绑定后再来充值&quot;,
&quot;create_time&quot;: &quot;2022-09-15 10:15:33&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 12,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 415,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;25元*2&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-15 10:20:12&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 29,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 429,
&quot;pid&quot;: 349,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-25 14:00:52&quot;,
&quot;card_name&quot;: &quot;奈雪の茶&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220609/d4fa06607739b112b366c50d7057f996.png&quot;,
&quot;price&quot;: 10,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 360,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;瑞幸咖啡&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220624/3c33744824db735d23e53c5c63d9c604.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 361,
&quot;pid&quot;: 360,
&quot;name&quot;: &quot;29元饮品券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-24 15:28:52&quot;,
&quot;card_name&quot;: &quot;瑞幸咖啡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220624/3c33744824db735d23e53c5c63d9c604.png&quot;,
&quot;price&quot;: 12.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 45873
},
{
&quot;id&quot;: 405,
&quot;pid&quot;: 360,
&quot;name&quot;: &quot;32元饮品券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-19 20:31:08&quot;,
&quot;card_name&quot;: &quot;瑞幸咖啡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220624/3c33744824db735d23e53c5c63d9c604.png&quot;,
&quot;price&quot;: 15,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 422,
&quot;pid&quot;: 360,
&quot;name&quot;: &quot;35元饮品券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-06 13:32:19&quot;,
&quot;card_name&quot;: &quot;瑞幸咖啡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220624/3c33744824db735d23e53c5c63d9c604.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 458
}
]
},
{
&quot;id&quot;: 117,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;必胜客&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/0793fbb99d85ec35bfdfbca15fe3f2e1.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 118,
&quot;pid&quot;: 117,
&quot;name&quot;: &quot;年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-09 13:30:01&quot;,
&quot;card_name&quot;: &quot;必胜客&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/0793fbb99d85ec35bfdfbca15fe3f2e1.png&quot;,
&quot;price&quot;: 19,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 173,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;肯德基&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 297,
&quot;pid&quot;: 173,
&quot;name&quot;: &quot;新年桶套餐&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;套餐含:新奥尔良烤鸡腿堡1个+香辣鸡腿堡1个+热辣香骨鸡3块+红豆派2个+百事可乐2杯,充值成功后,使用手机号登录肯德基App或肯德基+微信小程序,即可在“我的卡包”查看相应兑换券,该兑换券同一手机号仅限领取1次&quot;,
&quot;create_time&quot;: &quot;2022-01-22 15:47:00&quot;,
&quot;card_name&quot;: &quot;肯德基&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;price&quot;: 45,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 174,
&quot;pid&quot;: 173,
&quot;name&quot;: &quot;大神3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-01-27 14:19:22&quot;,
&quot;card_name&quot;: &quot;肯德基&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;price&quot;: 16.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 449,
&quot;pid&quot;: 173,
&quot;name&quot;: &quot;心动欢聚双人餐&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;含辣堡*1 \n老北京鸡肉卷*1 \n允指原味鸡块*1 \n劲爆鸡米花小*1\n黄金鸡块*5 \n百事可乐中*1 \n九珍果汁*1 &quot;,
&quot;create_time&quot;: &quot;2022-11-07 13:12:37&quot;,
&quot;card_name&quot;: &quot;肯德基&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;price&quot;: 40,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 224,
&quot;pid&quot;: 173,
&quot;name&quot;: &quot;劲爆鸡米花(大)&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-07-21 21:51:07&quot;,
&quot;card_name&quot;: &quot;肯德基&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 225,
&quot;pid&quot;: 173,
&quot;name&quot;: &quot;奥尔良烤翅(2块)&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;店内原价12.5,下单后(1小时到),登录kfc小程序或者是app,查看我的卡包(有效期2个月,可多买)&quot;,
&quot;create_time&quot;: &quot;2021-07-21 21:52:49&quot;,
&quot;card_name&quot;: &quot;肯德基&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221107/fbe7ce33d4263bf3c34a457dbb0032b1.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 198,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;星巴克&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/9843ff0e22189c69771276a8d163187c.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 324,
&quot;pid&quot;: 198,
&quot;name&quot;: &quot;中杯通兑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-04 13:57:09&quot;,
&quot;card_name&quot;: &quot;星巴克&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/9843ff0e22189c69771276a8d163187c.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 199,
&quot;pid&quot;: 198,
&quot;name&quot;: &quot;3个月-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:51:23&quot;,
&quot;card_name&quot;: &quot;星巴克&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/9843ff0e22189c69771276a8d163187c.png&quot;,
&quot;price&quot;: 10,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 209,
&quot;pid&quot;: 87,
&quot;name&quot;: &quot;叮咚买菜&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/f698bcc3f0c51681fc5e94a98cb863b9.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 222,
&quot;pid&quot;: 209,
&quot;name&quot;: &quot;3个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-07-05 10:41:28&quot;,
&quot;card_name&quot;: &quot;叮咚买菜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/f698bcc3f0c51681fc5e94a98cb863b9.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 210,
&quot;pid&quot;: 209,
&quot;name&quot;: &quot;6个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-04-20 17:19:04&quot;,
&quot;card_name&quot;: &quot;叮咚买菜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/f698bcc3f0c51681fc5e94a98cb863b9.png&quot;,
&quot;price&quot;: 17,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 229,
&quot;pid&quot;: 209,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-07 09:04:52&quot;,
&quot;card_name&quot;: &quot;叮咚买菜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/f698bcc3f0c51681fc5e94a98cb863b9.png&quot;,
&quot;price&quot;: 40,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 230,
&quot;pid&quot;: 209,
&quot;name&quot;: &quot;12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-08-07 09:50:40&quot;,
&quot;card_name&quot;: &quot;叮咚买菜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/f698bcc3f0c51681fc5e94a98cb863b9.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 577
}
]
},
{
&quot;id&quot;: 91,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;QQ会员&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 307,
&quot;pid&quot;: 91,
&quot;name&quot;: &quot;普通月卡&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-02 17:09:03&quot;,
&quot;card_name&quot;: &quot;QQ会员&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 209930
},
{
&quot;id&quot;: 92,
&quot;pid&quot;: 91,
&quot;name&quot;: &quot;超级1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;买家注意,月上限叠加5次,超出不到账,无法处理!&quot;,
&quot;create_time&quot;: &quot;2020-11-02 14:47:03&quot;,
&quot;card_name&quot;: &quot;QQ会员&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;price&quot;: 9.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 159189
},
{
&quot;id&quot;: 100,
&quot;pid&quot;: 91,
&quot;name&quot;: &quot;超级会员3个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:28:32&quot;,
&quot;card_name&quot;: &quot;QQ会员&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;price&quot;: 31.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 278
},
{
&quot;id&quot;: 101,
&quot;pid&quot;: 91,
&quot;name&quot;: &quot;超级会员12个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:28:50&quot;,
&quot;card_name&quot;: &quot;QQ会员&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;price&quot;: 116,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 455,
&quot;pid&quot;: 91,
&quot;name&quot;: &quot;大会员1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-14 11:08:34&quot;,
&quot;card_name&quot;: &quot;QQ会员&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/3b397726997fc45249d2d5aa35bb6195.png&quot;,
&quot;price&quot;: 27.5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 260,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;哈啰单车&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/7a44cd2803960311683b4cd544240575.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 261,
&quot;pid&quot;: 260,
&quot;name&quot;: &quot;360天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-21 18:08:48&quot;,
&quot;card_name&quot;: &quot;哈啰单车&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/7a44cd2803960311683b4cd544240575.png&quot;,
&quot;price&quot;: 77,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 331,
&quot;pid&quot;: 260,
&quot;name&quot;: &quot;月卡&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-11 21:41:58&quot;,
&quot;card_name&quot;: &quot;哈啰单车&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/7a44cd2803960311683b4cd544240575.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 272,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;天猫&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 380,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券5元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-23 16:09:53&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 218356
},
{
&quot;id&quot;: 381,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券20-10元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-25 09:47:50&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 6.5,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 383,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券10元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-30 09:09:50&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 6.8,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 218455
},
{
&quot;id&quot;: 376,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券15元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2022-07-11 09:38:41&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 12.5,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 341,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券20元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2022-05-30 11:05:09&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 16.6,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 273,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城券30元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2021-10-26 16:43:35&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 26,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 326,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;商城50元组合券&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;此劵为(2张20元,1张10元的组合劵),每天可充3次,自充值成功之日起30天内有效(详见卡券包内购物券&quot;,
&quot;create_time&quot;: &quot;2022-05-05 11:32:03&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 43,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 328,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡10元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2022-05-10 21:52:22&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 8,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 111117
},
{
&quot;id&quot;: 377,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡15元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2022-07-11 13:20:49&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 12.5,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 327,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡20元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;充值账号处,请填写您的天猫会员名!&quot;,
&quot;create_time&quot;: &quot;2022-05-05 20:28:27&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 16.7,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 65202
},
{
&quot;id&quot;: 399,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡30元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-15 11:24:33&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 25,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 407,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡50元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-22 20:05:48&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 46.5,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 403,
&quot;pid&quot;: 272,
&quot;name&quot;: &quot;超市卡100元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-16 11:01:16&quot;,
&quot;card_name&quot;: &quot;天猫&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211026/1e7407a447d7d5f0a02f3fe7df228274.png&quot;,
&quot;price&quot;: 95,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 283,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;顺丰快递&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211107/96bd88c468225c077f7f2ac8feb36bdf.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 284,
&quot;pid&quot;: 283,
&quot;name&quot;: &quot;10元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-07 13:06:42&quot;,
&quot;card_name&quot;: &quot;顺丰快递&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211107/96bd88c468225c077f7f2ac8feb36bdf.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 240255
},
{
&quot;id&quot;: 304,
&quot;pid&quot;: 283,
&quot;name&quot;: &quot;6元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-02-15 15:33:42&quot;,
&quot;card_name&quot;: &quot;顺丰快递&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20211107/96bd88c468225c077f7f2ac8feb36bdf.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 299,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;QQ黄钻&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220209/6546b3f7867afb4001fb5bfe8d1cba7e.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 444,
&quot;pid&quot;: 299,
&quot;name&quot;: &quot;普通1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-03 19:45:37&quot;,
&quot;card_name&quot;: &quot;QQ黄钻&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220209/6546b3f7867afb4001fb5bfe8d1cba7e.png&quot;,
&quot;price&quot;: 5,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 65499
},
{
&quot;id&quot;: 300,
&quot;pid&quot;: 299,
&quot;name&quot;: &quot;豪华1个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-02-09 22:41:49&quot;,
&quot;card_name&quot;: &quot;QQ黄钻&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220209/6546b3f7867afb4001fb5bfe8d1cba7e.png&quot;,
&quot;price&quot;: 7.6,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 365
},
{
&quot;id&quot;: 301,
&quot;pid&quot;: 299,
&quot;name&quot;: &quot;豪华3个月&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-02-09 22:42:16&quot;,
&quot;card_name&quot;: &quot;QQ黄钻&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220209/6546b3f7867afb4001fb5bfe8d1cba7e.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 302,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;夸克网盘&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220215/2980a4d7aafd8aec084e4103e7cd6846.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 303,
&quot;pid&quot;: 302,
&quot;name&quot;: &quot;超级会员1年&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;该商品不可叠加,1年充一次即可&quot;,
&quot;create_time&quot;: &quot;2022-02-15 10:06:33&quot;,
&quot;card_name&quot;: &quot;夸克网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220215/2980a4d7aafd8aec084e4103e7cd6846.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 82063
}
]
},
{
&quot;id&quot;: 310,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;京东E卡&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 342,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;2元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-31 15:27:43&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 1.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 311,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;5元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-12 20:30:15&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 221651
},
{
&quot;id&quot;: 426,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;10元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-15 14:52:02&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 9,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 231537
},
{
&quot;id&quot;: 419,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-27 07:59:27&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 18,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 219323
},
{
&quot;id&quot;: 423,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;20元&quot;,
&quot;account_type&quot;: 5,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-08 10:57:22&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 18,
&quot;type_name&quot;: &quot;会员名&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 431,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-27 12:25:27&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 45.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 330,
&quot;pid&quot;: 310,
&quot;name&quot;: &quot;100元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-11 16:06:06&quot;,
&quot;card_name&quot;: &quot;京东E卡&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/6aea4e0f60ca5b0a118c4175886efd1a.jpeg&quot;,
&quot;price&quot;: 94.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 315,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;高德打车&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/89aed1de5db606da6c9ee5cca9993387.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 316,
&quot;pid&quot;: 315,
&quot;name&quot;: &quot;10元券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-03-23 15:28:57&quot;,
&quot;card_name&quot;: &quot;高德打车&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/89aed1de5db606da6c9ee5cca9993387.png&quot;,
&quot;price&quot;: 5.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 409,
&quot;pid&quot;: 315,
&quot;name&quot;: &quot;20元券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-24 16:31:48&quot;,
&quot;card_name&quot;: &quot;高德打车&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/89aed1de5db606da6c9ee5cca9993387.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 563
}
]
},
{
&quot;id&quot;: 332,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;滴滴&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/1cd4b65fa08982d45094ad5748814423.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 392,
&quot;pid&quot;: 332,
&quot;name&quot;: &quot;5元券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;苹果用户注意,若手机没有滴滴app不要下单,会导致下单后无法使用权益&quot;,
&quot;create_time&quot;: &quot;2022-08-05 11:16:29&quot;,
&quot;card_name&quot;: &quot;滴滴&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/1cd4b65fa08982d45094ad5748814423.png&quot;,
&quot;price&quot;: 2.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 333,
&quot;pid&quot;: 332,
&quot;name&quot;: &quot;10元券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;苹果用户注意,若手机没有滴滴app不要下单,会导致下单后无法使用权益&quot;,
&quot;create_time&quot;: &quot;2022-05-15 10:52:26&quot;,
&quot;card_name&quot;: &quot;滴滴&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/1cd4b65fa08982d45094ad5748814423.png&quot;,
&quot;price&quot;: 6.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 635
},
{
&quot;id&quot;: 334,
&quot;pid&quot;: 332,
&quot;name&quot;: &quot;20元券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;苹果用户注意,若手机没有滴滴app不要下单,会导致下单后无法使用权益&quot;,
&quot;create_time&quot;: &quot;2022-05-15 10:53:29&quot;,
&quot;card_name&quot;: &quot;滴滴&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/1cd4b65fa08982d45094ad5748814423.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 669
},
{
&quot;id&quot;: 462,
&quot;pid&quot;: 332,
&quot;name&quot;: &quot;10元券x2&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-25 17:04:47&quot;,
&quot;card_name&quot;: &quot;滴滴&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/1cd4b65fa08982d45094ad5748814423.png&quot;,
&quot;price&quot;: 11.7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 370
}
]
},
{
&quot;id&quot;: 339,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;懒人听书&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a6c0d8aca6825760e93b65b5645494ea.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 340,
&quot;pid&quot;: 339,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-29 18:40:31&quot;,
&quot;card_name&quot;: &quot;懒人听书&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a6c0d8aca6825760e93b65b5645494ea.png&quot;,
&quot;price&quot;: 1.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 347,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;QQ币&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 351,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;1币|可叠加 &quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-12 11:19:30&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 0.9,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 352,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;3币|可叠加 &quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-12 11:20:32&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 2.7,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 353,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;6币|可叠加 &quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-12 11:21:11&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 5.4,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 348,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;6币|1号1次&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-07 11:47:14&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 359,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;5币|1号1次&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-16 16:25:17&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 4,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 237769
},
{
&quot;id&quot;: 379,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;10币|1号1次&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-14 14:54:24&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 9,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 421,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;15币|可叠加&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-02 17:09:37&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 13,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 424,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;20币|可叠加&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-09 17:29:41&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 16,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 440,
&quot;pid&quot;: 347,
&quot;name&quot;: &quot;4币|可叠加&quot;,
&quot;account_type&quot;: 1,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-01 13:13:26&quot;,
&quot;card_name&quot;: &quot;QQ币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220616/7f4f6cf811fb5d5b2c83cb1112e20ea7.png&quot;,
&quot;price&quot;: 2.3,
&quot;type_name&quot;: &quot;QQ号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 98,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;新浪微博&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220623/7562f057db811ce54de1aa04897587b1.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 280,
&quot;pid&quot;: 98,
&quot;name&quot;: &quot;7天&quot;,
&quot;account_type&quot;: 6,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-11-02 21:16:56&quot;,
&quot;card_name&quot;: &quot;新浪微博&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220623/7562f057db811ce54de1aa04897587b1.png&quot;,
&quot;price&quot;: 1.5,
&quot;type_name&quot;: &quot;昵称&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 99,
&quot;pid&quot;: 98,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-03 10:24:55&quot;,
&quot;card_name&quot;: &quot;新浪微博&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220623/7562f057db811ce54de1aa04897587b1.png&quot;,
&quot;price&quot;: 7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 175,
&quot;pid&quot;: 98,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-02-19 12:26:16&quot;,
&quot;card_name&quot;: &quot;新浪微博&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220623/7562f057db811ce54de1aa04897587b1.png&quot;,
&quot;price&quot;: 60,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 255,
&quot;pid&quot;: 98,
&quot;name&quot;: &quot;12个月-昵称&quot;,
&quot;account_type&quot;: 6,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-17 09:43:27&quot;,
&quot;card_name&quot;: &quot;新浪微博&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220623/7562f057db811ce54de1aa04897587b1.png&quot;,
&quot;price&quot;: 53,
&quot;type_name&quot;: &quot;昵称&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 357,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;全家便利店&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220615/bb86069836a11eac7e5f6a9b2c831cda.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 358,
&quot;pid&quot;: 357,
&quot;name&quot;: &quot;16代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-15 10:05:44&quot;,
&quot;card_name&quot;: &quot;全家便利店&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220615/bb86069836a11eac7e5f6a9b2c831cda.png&quot;,
&quot;price&quot;: 12.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 108,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;keep&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220508/bf4ab694a73a23dbb667656f800e514e.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 235,
&quot;pid&quot;: 108,
&quot;name&quot;: &quot;1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-21 20:29:47&quot;,
&quot;card_name&quot;: &quot;keep&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220508/bf4ab694a73a23dbb667656f800e514e.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 365
},
{
&quot;id&quot;: 196,
&quot;pid&quot;: 108,
&quot;name&quot;: &quot;3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:40:13&quot;,
&quot;card_name&quot;: &quot;keep&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220508/bf4ab694a73a23dbb667656f800e514e.png&quot;,
&quot;price&quot;: 18,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 109,
&quot;pid&quot;: 108,
&quot;name&quot;: &quot;12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2020-11-04 14:20:22&quot;,
&quot;card_name&quot;: &quot;keep&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220508/bf4ab694a73a23dbb667656f800e514e.png&quot;,
&quot;price&quot;: 52,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 402,
&quot;pid&quot;: 108,
&quot;name&quot;: &quot;1个月|接码&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-15 19:16:00&quot;,
&quot;card_name&quot;: &quot;keep&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220508/bf4ab694a73a23dbb667656f800e514e.png&quot;,
&quot;price&quot;: 4.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 366,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;百果园&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220702/875595a240e41389b540c46bac0e9897.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 395,
&quot;pid&quot;: 366,
&quot;name&quot;: &quot;20元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-12 10:50:36&quot;,
&quot;card_name&quot;: &quot;百果园&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220702/875595a240e41389b540c46bac0e9897.png&quot;,
&quot;price&quot;: 11.1,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 367,
&quot;pid&quot;: 366,
&quot;name&quot;: &quot;30元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-02 10:50:25&quot;,
&quot;card_name&quot;: &quot;百果园&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220702/875595a240e41389b540c46bac0e9897.png&quot;,
&quot;price&quot;: 21,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 368,
&quot;pid&quot;: 366,
&quot;name&quot;: &quot;100元代金券&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-02 10:50:56&quot;,
&quot;card_name&quot;: &quot;百果园&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220702/875595a240e41389b540c46bac0e9897.png&quot;,
&quot;price&quot;: 73,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 374,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;青桔&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220709/b7ea951cc76c24c6853b73402421c3f2.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 375,
&quot;pid&quot;: 374,
&quot;name&quot;: &quot;单车1个月畅骑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-09 18:07:22&quot;,
&quot;card_name&quot;: &quot;青桔&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220709/b7ea951cc76c24c6853b73402421c3f2.png&quot;,
&quot;price&quot;: 8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 378,
&quot;pid&quot;: 374,
&quot;name&quot;: &quot;单车7天畅骑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-07-12 21:38:32&quot;,
&quot;card_name&quot;: &quot;青桔&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220709/b7ea951cc76c24c6853b73402421c3f2.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 390,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;曹操出行&quot;,
&quot;logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220801/9455c3909a4efbcb4e75b9f4f464ca9f.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 391,
&quot;pid&quot;: 390,
&quot;name&quot;: &quot;10元券x3&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;兑换后3张-10券,需14天内用掉&quot;,
&quot;create_time&quot;: &quot;2022-08-01 14:37:03&quot;,
&quot;card_name&quot;: &quot;曹操出行&quot;,
&quot;card_logo&quot;: &quot;http://img.wumingyingshi.cn/cardimg/20220801/9455c3909a4efbcb4e75b9f4f464ca9f.png&quot;,
&quot;price&quot;: 9.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 168,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;百度网盘&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 354,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级1天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-06-14 17:05:16&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 2.5,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 211,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-04-21 13:30:13&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 15.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 132939
},
{
&quot;id&quot;: 213,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-05-11 14:23:51&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 46,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 376
},
{
&quot;id&quot;: 169,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-01-27 12:52:11&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 165,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 170,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级12个月|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-01-27 12:52:42&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 135,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 451,
&quot;pid&quot;: 168,
&quot;name&quot;: &quot;超级3天&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-08 15:46:26&quot;,
&quot;card_name&quot;: &quot;百度网盘&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210127/af8042098f0163f6a0d8a6700cdc7ba2.png&quot;,
&quot;price&quot;: 2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 442,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;盒马生鲜&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221103/32b37a745cd42ced6cb0cd723fe20349.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 443,
&quot;pid&quot;: 442,
&quot;name&quot;: &quot;50元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-03 12:54:24&quot;,
&quot;card_name&quot;: &quot;盒马生鲜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221103/32b37a745cd42ced6cb0cd723fe20349.png&quot;,
&quot;price&quot;: 45.8,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 450,
&quot;pid&quot;: 442,
&quot;name&quot;: &quot;200元&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-08 13:06:20&quot;,
&quot;card_name&quot;: &quot;盒马生鲜&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20221103/32b37a745cd42ced6cb0cd723fe20349.png&quot;,
&quot;price&quot;: 185,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 191,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;网易严选&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/90b1c950e66472404135dfc3a1ade16b.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 212,
&quot;pid&quot;: 191,
&quot;name&quot;: &quot;pro会员年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-04-21 16:11:16&quot;,
&quot;card_name&quot;: &quot;网易严选&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/90b1c950e66472404135dfc3a1ade16b.png&quot;,
&quot;price&quot;: 66,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 192,
&quot;pid&quot;: 191,
&quot;name&quot;: &quot;pro会员年费-非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-03-24 14:24:38&quot;,
&quot;card_name&quot;: &quot;网易严选&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210324/90b1c950e66472404135dfc3a1ade16b.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 200,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;抖币&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a9b6f3360123390baa71f9bd90776f4b.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 201,
&quot;pid&quot;: 200,
&quot;name&quot;: &quot;50抖币&quot;,
&quot;account_type&quot;: 4,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-25 16:11:32&quot;,
&quot;card_name&quot;: &quot;抖币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a9b6f3360123390baa71f9bd90776f4b.png&quot;,
&quot;price&quot;: 3.8,
&quot;type_name&quot;: &quot;ID账号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 202,
&quot;pid&quot;: 200,
&quot;name&quot;: &quot;99抖币&quot;,
&quot;account_type&quot;: 4,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-03-25 16:12:03&quot;,
&quot;card_name&quot;: &quot;抖币&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a9b6f3360123390baa71f9bd90776f4b.png&quot;,
&quot;price&quot;: 7.5,
&quot;type_name&quot;: &quot;ID账号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 204,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;去哪儿&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210415/450fcfaa12a11083a64972f09c0ca1aa.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 205,
&quot;pid&quot;: 204,
&quot;name&quot;: &quot;钻石plus12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-04-15 13:11:37&quot;,
&quot;card_name&quot;: &quot;去哪儿&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210415/450fcfaa12a11083a64972f09c0ca1aa.png&quot;,
&quot;price&quot;: 6,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 217,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;苏宁易购&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210611/5311ee165ca43ebc353870aba31c458d.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 329,
&quot;pid&quot;: 217,
&quot;name&quot;: &quot;测试2&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-10 23:17:17&quot;,
&quot;card_name&quot;: &quot;苏宁易购&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210611/5311ee165ca43ebc353870aba31c458d.png&quot;,
&quot;price&quot;: 0.2,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 218,
&quot;pid&quot;: 217,
&quot;name&quot;: &quot;年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-06-11 19:02:46&quot;,
&quot;card_name&quot;: &quot;苏宁易购&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210611/5311ee165ca43ebc353870aba31c458d.png&quot;,
&quot;price&quot;: 85,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 219,
&quot;pid&quot;: 217,
&quot;name&quot;: &quot;年费|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-06-11 19:03:19&quot;,
&quot;card_name&quot;: &quot;苏宁易购&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210611/5311ee165ca43ebc353870aba31c458d.png&quot;,
&quot;price&quot;: 55,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 231,
&quot;pid&quot;: 217,
&quot;name&quot;: &quot;平台测试&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-15 22:19:53&quot;,
&quot;card_name&quot;: &quot;苏宁易购&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210611/5311ee165ca43ebc353870aba31c458d.png&quot;,
&quot;price&quot;: 0.1,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 233,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;迅雷&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a0cf950ab8d09de5992e8b335c2143f4.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 398,
&quot;pid&quot;: 233,
&quot;name&quot;: &quot;1个月|白金&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-08-13 15:37:06&quot;,
&quot;card_name&quot;: &quot;迅雷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a0cf950ab8d09de5992e8b335c2143f4.png&quot;,
&quot;price&quot;: 6.4,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 247484
},
{
&quot;id&quot;: 418,
&quot;pid&quot;: 233,
&quot;name&quot;: &quot;3个月|白金&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-09-23 10:50:07&quot;,
&quot;card_name&quot;: &quot;迅雷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a0cf950ab8d09de5992e8b335c2143f4.png&quot;,
&quot;price&quot;: 22,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 245
},
{
&quot;id&quot;: 234,
&quot;pid&quot;: 233,
&quot;name&quot;: &quot;1个月|超级&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-20 11:05:12&quot;,
&quot;card_name&quot;: &quot;迅雷&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220529/a0cf950ab8d09de5992e8b335c2143f4.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 237,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;WPS&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 335,
&quot;pid&quot;: 237,
&quot;name&quot;: &quot;稻壳1个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-05-21 16:10:07&quot;,
&quot;card_name&quot;: &quot;WPS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;price&quot;: 7,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 454,
&quot;pid&quot;: 237,
&quot;name&quot;: &quot;稻壳3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-11-14 10:46:06&quot;,
&quot;card_name&quot;: &quot;WPS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;price&quot;: 20,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 174
},
{
&quot;id&quot;: 438,
&quot;pid&quot;: 237,
&quot;name&quot;: &quot;稻壳12个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-31 10:30:06&quot;,
&quot;card_name&quot;: &quot;WPS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;price&quot;: 47,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 425,
&quot;pid&quot;: 237,
&quot;name&quot;: &quot;超级3个月&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-10-12 08:30:57&quot;,
&quot;card_name&quot;: &quot;WPS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;price&quot;: 34,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 238,
&quot;pid&quot;: 237,
&quot;name&quot;: &quot;超级3个月|接码&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;【验证短信领取会员】该商品需要被充值号码电话畅通,接听电话,并提供收到的验证码给充值人员完成充值,充值后原来的会员时间会参与叠加&quot;,
&quot;create_time&quot;: &quot;2021-08-30 14:17:45&quot;,
&quot;card_name&quot;: &quot;WPS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220521/6bfe4a4e691a4f682d2db03069719152.png&quot;,
&quot;price&quot;: 25,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 239,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;唯品会&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210830/e72348feeab3ba25137e20cd7ceff262.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 296,
&quot;pid&quot;: 239,
&quot;name&quot;: &quot;年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-01-08 10:56:27&quot;,
&quot;card_name&quot;: &quot;唯品会&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210830/e72348feeab3ba25137e20cd7ceff262.png&quot;,
&quot;price&quot;: 27,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
},
{
&quot;id&quot;: 240,
&quot;pid&quot;: 239,
&quot;name&quot;: &quot;年费|非换绑&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-08-30 14:21:18&quot;,
&quot;card_name&quot;: &quot;唯品会&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20210830/e72348feeab3ba25137e20cd7ceff262.png&quot;,
&quot;price&quot;: 17,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 0
}
]
},
{
&quot;id&quot;: 243,
&quot;pid&quot;: 216,
&quot;name&quot;: &quot;京东PLUS&quot;,
&quot;logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/e18bf332f37270619a0b8fe128a6fc66.png&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: 298,
&quot;pid&quot;: 243,
&quot;name&quot;: &quot;会员年费&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2022-01-28 21:44:59&quot;,
&quot;card_name&quot;: &quot;京东PLUS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/e18bf332f37270619a0b8fe128a6fc66.png&quot;,
&quot;price&quot;: 62,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 570
},
{
&quot;id&quot;: 244,
&quot;pid&quot;: 243,
&quot;name&quot;: &quot;会员年费|接码&quot;,
&quot;account_type&quot;: 2,
&quot;buy_remark&quot;: &quot;&quot;,
&quot;create_time&quot;: &quot;2021-09-06 21:43:31&quot;,
&quot;card_name&quot;: &quot;京东PLUS&quot;,
&quot;card_logo&quot;: &quot;//img.wumingyingshi.cn/cardimg/20220531/e18bf332f37270619a0b8fe128a6fc66.png&quot;,
&quot;price&quot;: 50,
&quot;type_name&quot;: &quot;手机号&quot;,
&quot;avg&quot;: 339
}
]
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">int</td>
<td>产品大类ID</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>产品大类名称</td>
</tr>
<tr>
<td style="text-align: left;">logo</td>
<td style="text-align: left;">string</td>
<td>产品大类logo</td>
</tr>
<tr>
<td style="text-align: left;">list</td>
<td style="text-align: left;">array</td>
<td>产品大类ID</td>
</tr>
</tbody>
</table>
<h6>list 说明</h6>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">int</td>
<td>产品大类ID 下单时以这个ID为主</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>产品小类名称</td>
</tr>
<tr>
<td style="text-align: left;">account_type</td>
<td style="text-align: left;">string</td>
<td>账号类型 0 无限制 1 QQ号 2 手机号 3 卡号 4 ID账号 5 会员名 6 昵称</td>
</tr>
<tr>
<td style="text-align: left;">type_name</td>
<td style="text-align: left;">string</td>
<td>账号类型名称</td>
</tr>
<tr>
<td style="text-align: left;">buy_remark</td>
<td style="text-align: left;">string</td>
<td>下单前的重要提示内容(空字符代表此产品没有提示内容)</td>
</tr>
<tr>
<td style="text-align: left;">price</td>
<td style="text-align: left;">string</td>
<td>产品价格 单位元</td>
</tr>
<tr>
<td style="text-align: left;">card_name</td>
<td style="text-align: left;">string</td>
<td>产品大类名称</td>
</tr>
<tr>
<td style="text-align: left;">card_logo</td>
<td style="text-align: left;">string</td>
<td>产品大类logo</td>
</tr>
<tr>
<td style="text-align: left;">demand_num</td>
<td style="text-align: left;">string</td>
<td>库存数量 <code>2023.2.20新增</code></td>
</tr>
<tr>
<td style="text-align: left;">no_recharge_num</td>
<td style="text-align: left;">string</td>
<td>待充值数量 <code>2023.2.20新增</code></td>
</tr>
<tr>
<td style="text-align: left;">avg</td>
<td style="text-align: left;">int</td>
<td>当前类型的订单平均耗时 0 表示暂无订单耗时 具体的数字 表示耗时的秒数 单位秒</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>