12345678910111213141516 |
- local root = {
- {
- rewardConfigId = 1,
- taskConfigId = 1,
- items = {{id=31601,count=1}},
- listUpdate = 43200,
- updateTimes = 2,
- listCount = 2,
- listPrice = {id=102,count=20},
- changeTime = 21600,
- changeCount = 2,
- changePrice = {id=102,count=5},
- initialTask = 100
- }
- }
- return root
|