diff --git a/src/HttpServer/jsonconf/WithdrawConfig.json b/src/HttpServer/jsonconf/WithdrawConfig.json index fe8a71c..dfa0946 100644 --- a/src/HttpServer/jsonconf/WithdrawConfig.json +++ b/src/HttpServer/jsonconf/WithdrawConfig.json @@ -3,52 +3,52 @@ "id": 1, "money": 0.3, "coin": 3000, - "task": 0, + "task": 2048, "level": 0, "new": 1, - "day": 0 + "day": 1 }, { "id": 2, "money": 100, "coin": 1000000, - "task": 1, + "task": 0, "level": 0, "new": 0, - "day": 0 + "day": 2 }, { "id": 3, "money": 200, "coin": 2000000, - "task": 2, + "task": 0, "level": 0, "new": 0, - "day": 0 + "day": 7 }, { "id": 4, "money": 300, "coin": 3000000, - "task": 3, + "task": 0, "level": 0, "new": 0, - "day": 0 + "day": 10 }, { "id": 5, "money": 400, "coin": 4000000, - "task": 4, + "task": 0, "level": 0, "new": 0, - "day": 0 + "day": 20 }, { "id": 6, "money": 500, "coin": 5000000, - "task": 5, + "task": 0, "level": 0, "new": 0, "day": 0 -- libgit2 0.21.0