1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- [
- {
- "desc": "充值限制",
- "guestType": 1,
- "limitId": 2,
- "startDay": 1
- },
- {
- "desc": "游客兑换实物限制",
- "guestType": 1,
- "limitId": 3,
- "startDay": 1
- },
- {
- "desc": "游客领取牌局宝箱奖励限制",
- "guestType": 1,
- "limitId": 6,
- "startDay": 2
- },
- {
- "desc": "游客领取转盘签到奖励限制",
- "guestType": 1,
- "limitId": 7,
- "startDay": 2
- },
- {
- "desc": "游客参与赢话费限制",
- "guestType": 1,
- "limitId": 4,
- "startDay": 3
- },
- {
- "desc": "充值限制",
- "guestType": 2,
- "limitId": 2,
- "startDay": 1
- },
- {
- "desc": "游客兑换实物限制",
- "guestType": 2,
- "limitId": 3,
- "startDay": 1
- },
- {
- "desc": "游客领取渠道特权奖励限制",
- "guestType": 2,
- "limitId": 11,
- "startDay": 1
- },
- {
- "desc": "游客领取兑换红包限制",
- "guestType": 2,
- "limitId": 5,
- "startDay": 2
- },
- {
- "desc": "游客领取牌局宝箱奖励限制",
- "guestType": 2,
- "limitId": 6,
- "startDay": 2
- },
- {
- "desc": "游客领取转盘签到奖励限制",
- "guestType": 2,
- "limitId": 7,
- "startDay": 2
- },
- {
- "desc": "游客领取成就奖励限制",
- "guestType": 2,
- "limitId": 10,
- "startDay": 3
- },
- {
- "desc": "游客领取救济限制",
- "guestType": 2,
- "limitId": 8,
- "startDay": 4
- },
- {
- "desc": "游客领取任务奖励限制",
- "guestType": 2,
- "limitId": 9,
- "startDay": 4
- },
- {
- "desc": "游客参与赢话费限制",
- "guestType": 2,
- "limitId": 4,
- "startDay": 7
- },
- {
- "desc": "游客登录限制",
- "guestType": 2,
- "limitId": 1,
- "startDay": 8
- }
- ]
|