Ai
1 Star 1 Fork 0

Sailinst/utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wxconfig.go 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yang Jay 提交于 2017-10-24 17:15 +08:00 . add utils 工具包
package config
var Wx_Config wx_Config
type wx_Config struct {
Appid string `goblet:"appid,wx67f37367a3da90f2"`
AppSecret string `goblet:"secret,c77604d6411ee9cd384d4cd735f9b2fb"`
Scope string `goblet:"scope,snsapi_userinfo"`
RedirectUri string `goblet:"redirecturl,/"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/sailinst/utils.git
git@gitee.com:sailinst/utils.git
sailinst
utils
utils
bd18503514a5

搜索帮助