yyl
9 小时以前 1cffddc5496c75b02f4b53f9910db1364d4b6c29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
int    int    int    int    int[][]
ID    TreasureType    NeedTreasureCnt    AwardIndex    AwardItemList
条目索引    寻宝类型    所需寻宝次数    奖励记录索引    奖励物品信息列表
1    105    30    0    [[5000,10]]
2    105    50    1    [[7513,15]]
3    105    100    2    [[7513,50]]
4    105    120    3    [[7541,10]]
5    105    200    4    [[7406,10]]
6    106    30    0    [[5000,10]]
7    106    50    1    [[4151,300]]
8    106    100    2    [[4151,1000]]
9    106    120    3    [[2219,1]]
10    106    200    4    [[2217,1]]
11    107    30    0    [[5000,10]]
12    107    50    1    [[181,300]]
13    107    100    2    [[181,1000]]
14    107    120    3    [[2218,1]]
15    107    200    4    [[2216,1]]
16    108    30    0    [[5000,10]]
17    108    50    1    [[37000,15]]
18    108    100    2    [[37000,50]]
19    108    120    3    [[37010,30]]
20    108    200    4    [[37006,30]]