From 1c28877a711e5d0fd51d303f54c9197211dc974c Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 21 Jan 2020 15:40:47 +0800 Subject: [PATCH] fix def --- def.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/def.go b/def.go index 1608998..c43d2e0 100644 --- a/def.go +++ b/def.go @@ -408,6 +408,7 @@ type JobPayloadGWithdrawItem struct { Name string `json:"name"` Available int64 `json:"available"` Required int64 `json:"required"` + Inspect bool `json:"inspect"` } type JobPayloadGWithdraw struct { @@ -418,6 +419,7 @@ type JobPayloadGWithdraw struct { Status int64 `json:"status"` CleanupMsg []ChatWarsMessage `json:"cleanup_msg"` Validated bool `json:"validated"` + Inspecting string `json:"inspecting"` } type JobPayloadGDeposit struct {