diff --git a/src/HttpServer/jsonconf/InvestmentsConfig.json b/src/HttpServer/jsonconf/InvestmentsConfig.json index d5c9df7..19a0ca7 100644 --- a/src/HttpServer/jsonconf/InvestmentsConfig.json +++ b/src/HttpServer/jsonconf/InvestmentsConfig.json @@ -3,7 +3,7 @@ "id": 1, "project": "沙漠之鹰", "time": 5, - "reward": "[1,45]", + "reward": [1,45], "RewardVideo": 0, "limit": 0 }, @@ -11,7 +11,7 @@ "id": 2, "project": "MP5冲锋枪", "time": 10, - "reward": "[1,90]", + "reward": [1,90], "RewardVideo": 0, "limit": 0 }, @@ -19,7 +19,7 @@ "id": 3, "project": "AUG突击步枪", "time": 30, - "reward": "[1,270]", + "reward": [1,270], "RewardVideo": 0, "limit": 0 }, @@ -27,7 +27,7 @@ "id": 4, "project": "加特林M134机枪", "time": 120, - "reward": "[2,50]", + "reward": [2,50], "RewardVideo": 1, "limit": 3 }, @@ -35,7 +35,7 @@ "id": 5, "project": "SCAR突击步枪", "time": 60, - "reward": "[2,200]", + "reward": [2,200], "RewardVideo": 0, "limit": 0 }, @@ -43,7 +43,7 @@ "id": 6, "project": "AWM狙击步枪", "time": 180, - "reward": "[1,100]", + "reward": [1,100], "RewardVideo": 0, "limit": 0 } -- libgit2 0.21.0