mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-08 13:06:05 +08:00
fix typo.
This commit is contained in:
parent
03d2bbf32a
commit
5be0ad9461
@ -16,7 +16,7 @@ type (
|
|||||||
RequestId int64 `json:"request_id"`
|
RequestId int64 `json:"request_id"`
|
||||||
InvitorUin int64 `json:"invitor_uin"`
|
InvitorUin int64 `json:"invitor_uin"`
|
||||||
InvitorNick string `json:"invitor_nick"`
|
InvitorNick string `json:"invitor_nick"`
|
||||||
GroupCode int64 `json:"group_code"`
|
GroupCode int64 `json:"group_id"`
|
||||||
GroupName string `json:"group_name"`
|
GroupName string `json:"group_name"`
|
||||||
|
|
||||||
Checked bool `json:"checked"`
|
Checked bool `json:"checked"`
|
||||||
@ -30,7 +30,7 @@ type (
|
|||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
RequesterUin int64 `json:"requester_uin"`
|
RequesterUin int64 `json:"requester_uin"`
|
||||||
RequesterNick string `json:"requester_nick"`
|
RequesterNick string `json:"requester_nick"`
|
||||||
GroupCode int64 `json:"group_code"`
|
GroupCode int64 `json:"group_id"`
|
||||||
GroupName string `json:"group_name"`
|
GroupName string `json:"group_name"`
|
||||||
|
|
||||||
Checked bool `json:"checked"`
|
Checked bool `json:"checked"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user