我的逛逛币
<p><strong>简要描述:</strong> </p>
<ul>
<li>我的逛逛币
<strong>请求URL:</strong> </li>
<li><code>/v1/user/my_coin</code><br />
<strong>请求方式:</strong></li>
<li>
<p>GET</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1576813198,
"data": {
"travel_valid_ticket": "0.00053826",//可用逛逛币
"money": 1.22,//等于多少元
"checkin_count": 100,//签到次数
is_checkin:1 当天是否签到
"rule": [
{
"day": 1,
"relation_num": 5,
"select": "true"
},
{
"day": 2,
"relation_num": 10,
"select": "true"
},
{
"day": 3,
"relation_num": 20,
"select": "true"
},
{
"day": 4,
"relation_num": 30,
"select": "true"
},
{
"day": 5,
"relation_num": 40,
"select": "true"
},
{
"day": 6,
"relation_num": 50,
"select": "true"
},
{
"day": 7,
"relation_num": 55,
"select": "false"
}
],
"envelope": [//红包列表
{
"envelope_id": 21,
"coupon_name": "逛逛币兑换",
"receive_condition_type": 1,//0 无条件 1逛逛币
"receive_condition_num": 10,//领取条件数
"condition_num": "10.00",//门槛金额
"reduce_num": "2.00",//减少金额
"can_exchange":0 //0不能兑换 1可以
"type": 0//0通用不限制 1关联商品分类 2关联交易通道表 3交易类型
"relation_name":'英雄联盟'//分类名
"trade_type_name":"陪玩"//交易类型 type为3时为数组
"type": 3,
"use_category": [//限制品类
"陪玩"
]
}
]
}
}</code></pre>