mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 11:43:46 +08:00
发布v2.15.7版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md
This commit is contained in:
@@ -28,7 +28,7 @@ type (
|
||||
AuthorizeCall(ctx context.Context, in *commonin.WechatAuthorizeCallInp) (res *commonin.WechatAuthorizeCallModel, err error)
|
||||
// GetOpenId 从缓存中获取临时openid
|
||||
GetOpenId(ctx context.Context) (openId string, err error)
|
||||
GetCacheKey(typ, ak string) string
|
||||
GetCacheKey(typ string, ak string) string
|
||||
// CleanTempMap 清理临时map
|
||||
CleanTempMap(ctx context.Context)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user