mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
This commit is contained in:
13
server/internal/library/wechat/config.go
Normal file
13
server/internal/library/wechat/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package wechat
|
||||
|
||||
import "hotgo/internal/model"
|
||||
|
||||
var config *model.WechatConfig
|
||||
|
||||
func SetConfig(c *model.WechatConfig) {
|
||||
config = c
|
||||
}
|
||||
|
||||
func GetConfig() *model.WechatConfig {
|
||||
return config
|
||||
}
|
||||
Reference in New Issue
Block a user