package context import "github.com/gogf/gf/os/gcache" // Config for user type Config struct { CorpId string //企业ID AgentId string //应用ID AppKey string AppSecret string AESKey string Token string Cache *gcache.Cache }