1234567891011121314151617181920212223242526272829303132333435363738 |
- [
- {
- "cid": 1,
- "gids": [576, 577, 578],
- "maxDoubly": 10,
- "maxTimesFlop": 3
- },
- {
- "cid": 2,
- "gids": [576, 577, 578],
- "maxDoubly": 10,
- "maxTimesFlop": 3
- },
- {
- "cid": 3,
- "gids": [576, 577, 578],
- "maxDoubly": 10,
- "maxTimesFlop": 3
- },
- {
- "cid": 4,
- "gids": [577, 578, 579],
- "maxDoubly": 10,
- "maxTimesFlop": 3
- },
- {
- "cid": 5,
- "gids": [577, 579, 581],
- "maxDoubly": 20,
- "maxTimesFlop": 3
- },
- {
- "cid": 6,
- "gids": [578, 580, 582],
- "maxDoubly": 20,
- "maxTimesFlop": 3
- }
- ]
|