添加websocket连接

This commit is contained in:
2025-08-10 05:57:51 +08:00
parent 313eb98cbc
commit f41a1a02d6
4 changed files with 65 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ func GenerateJWTAndStore(openid string) (string, error) {
openid,
2*time.Hour,
).Err()
return tokenString, err
}