Update Support Go version (#143)

This commit is contained in:
ZhangJian He
2022-01-30 09:14:29 +08:00
committed by GitHub
parent bf2b91c535
commit 94ff8e8405
5 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ func Init() *authHTTP {
return &authHTTP{client: httpClient}
}
//CheckAuth check mqtt connect
// CheckConnect check mqtt connect
func (a *authHTTP) CheckConnect(clientID, username, password string) bool {
action := "connect"
{