diff --git a/src/HttpServer/jsonconf/WithdrawConfig.json b/src/HttpServer/jsonconf/WithdrawConfig.json index 747f532..fe8a71c 100644 --- a/src/HttpServer/jsonconf/WithdrawConfig.json +++ b/src/HttpServer/jsonconf/WithdrawConfig.json @@ -1,5 +1,23 @@ [ { + "id": 1, + "money": 0.3, + "coin": 3000, + "task": 0, + "level": 0, + "new": 1, + "day": 0 + }, + { + "id": 2, + "money": 100, + "coin": 1000000, + "task": 1, + "level": 0, + "new": 0, + "day": 0 + }, + { "id": 3, "money": 200, "coin": 2000000, -- libgit2 0.21.0