This commit is contained in:
WJQSERVER 2024-09-27 15:19:57 +08:00
parent 178d5f14c2
commit 8412231b72

View file

@ -18,7 +18,7 @@ func AuthHandler(c *gin.Context, cfg *config.Config) bool {
// 获取 auth_token 参数 // 获取 auth_token 参数
authToken := c.Query("auth_token") authToken := c.Query("auth_token")
log("auth_token received: %s", authToken) logw("auth_token received: %s", authToken)
// 验证 token // 验证 token
if authToken == "" { if authToken == "" {