From 19c52645f81d3c5654e55b312f0aa6de2d33df22 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 19 Aug 2020 15:53:17 +0800 Subject: [PATCH] 1 --- src/HttpServer/jsonconf/WithdrawConfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) 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