mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-09 20:50:23 +08:00
finish half of message
This commit is contained in:
@@ -8,7 +8,7 @@ func (bot *Bot) GetGeneralWSSGateway() (string, error) {
|
||||
CodeMessageBase
|
||||
U string `json:"url"`
|
||||
}{}
|
||||
err := bot.GetOpenAPI("/gateway", &resp)
|
||||
err := bot.GetOpenAPI("/gateway", "", &resp)
|
||||
return resp.U, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user