fix def
This commit is contained in:
parent
1d2af2ee69
commit
1c28877a71
2
def.go
2
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user