mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
24w06b
This commit is contained in:
parent
178d5f14c2
commit
8412231b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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 == "" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue