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