update JobPayloadGDepositForward
This commit is contained in:
parent
574834b2b9
commit
4bc88ec4b8
5
def.go
5
def.go
@ -274,6 +274,11 @@ type JobPayloadGDeposit struct {
|
|||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type JobPayloadGDepositForward struct {
|
||||||
|
ItemID64 int64 `json:"item_id"`
|
||||||
|
Quantity int64 `json:"quantity"`
|
||||||
|
}
|
||||||
|
|
||||||
type JobPayloadSaveRes struct {
|
type JobPayloadSaveRes struct {
|
||||||
MsgID64 int64 `json:"msg_id"`
|
MsgID64 int64 `json:"msg_id"`
|
||||||
ChatID64 int64 `json:"chat_id"`
|
ChatID64 int64 `json:"chat_id"`
|
||||||
|
Loading…
Reference in New Issue
Block a user