修复微信登录ak本地缓存刷新问题

This commit is contained in:
孟帅
2023-06-13 15:45:30 +08:00
parent e6abfbcacf
commit a232986311
15 changed files with 406 additions and 388 deletions

View File

@@ -6,6 +6,8 @@
package service
import (
"context"
"github.com/gogf/gf/v2/net/ghttp"
)
@@ -17,6 +19,9 @@ type (
CORS(r *ghttp.Request)
DemoLimit(r *ghttp.Request)
Addon(r *ghttp.Request)
DeliverUserContext(r *ghttp.Request) (err error)
IsExceptAuth(ctx context.Context, appName, path string) bool
IsExceptLogin(ctx context.Context, appName, path string) bool
Blacklist(r *ghttp.Request)
Develop(r *ghttp.Request)
ResponseHandler(r *ghttp.Request)