1 Star 1 Fork 0

窦雪峰 / go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.go 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
窦雪峰 提交于 2022-05-14 16:57 . wechat mp
/*
* @Author: i@douxuefeng.cn
* @Date: 2022-05-14 16:39:15
* @LastEditTime: 2022-05-14 16:41:27
* @LastEditors: i@douxuefeng.cn
* @Description:
* @FilePath: \go-utils\wechat\mp\mpconfig\config.go
*/
package mpconfig
import (
"sync"
"gitee.com/douxuefeng/go-utils/cache"
)
type MpConfig struct {
Appid string `json:"appid"`
Appsecret string `json:"appsecret"`
Token string `json:"token"`
TokenKey string `json:"token_key"`
JssdkKey string `json:"jssdkKey"`
Mutx sync.RWMutex
Cache cache.Cache
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/douxuefeng/go-utils.git
git@gitee.com:douxuefeng/go-utils.git
douxuefeng
go-utils
go-utils
v0.2.6

搜索帮助

344bd9b3 5694891 D2dac590 5694891