test updat get stash
This commit is contained in:
parent
b4f1c7dd86
commit
c1f68209b5
2
def.go
2
def.go
@ -625,6 +625,8 @@ type JobPayloadShopsSlave struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type JobPayloadGetStash struct {
|
type JobPayloadGetStash struct {
|
||||||
|
MsgID64 int64 `json:"msg_id"`
|
||||||
|
ChatID64 int64 `json:"chat_id"`
|
||||||
ClientID64 []int64 `json:"clients_id"`
|
ClientID64 []int64 `json:"clients_id"`
|
||||||
ClientCount int64 `json:"client_count"`
|
ClientCount int64 `json:"client_count"`
|
||||||
Stock []ChatWarsItems `json:"stock"`
|
Stock []ChatWarsItems `json:"stock"`
|
||||||
|
Loading…
Reference in New Issue
Block a user