123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "game_id": "teen_patti",
- "name": "teen_patti",
- "status": 1,
- "think_time": 10,
- "room_list": [
- {
- "type":"cash",
- "boot": "1",
- "minBuyin": "10",
- "chaalLimmit": "128",
- "potLimit": "1024",
- "totalPlayers":"1000",
- "roomLevel": "low",
- "confId": "1"
- },
- {
- "type":"cash",
- "boot": "10",
- "minBuyin": "1000",
- "chaalLimmit": "12800",
- "potLimit": "10240",
- "totalPlayers":"1000",
- "roomLevel": "mid",
- "confId": "2"
- },
- {
- "type":"cash",
- "boot": "100",
- "minBuyin": "10000",
- "chaalLimmit": "128000",
- "potLimit": "102400",
- "totalPlayers":"1000",
- "roomLevel": "high",
- "confId": "3"
- },
- {
- "type":"practice",
- "boot": "100",
- "minBuyin": "10000",
- "chaalLimmit": "128000",
- "potLimit": "102400",
- "totalPlayers":"1000",
- "roomLevel": "practice",
- "confId": "4"
- }
- ]
- }
|