mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 18:15:57 +08:00
feat: remove wechat bot, replace with api callback for receive wechat payment transactions
This commit is contained in:
@@ -33,8 +33,8 @@ func NewDefaultConfig() *types.AppConfig {
|
||||
HttpOnly: false,
|
||||
SameSite: http.SameSiteLaxMode,
|
||||
},
|
||||
ApiConfig: types.ChatPlusApiConfig{},
|
||||
StartWechatBot: false,
|
||||
ApiConfig: types.ChatPlusApiConfig{},
|
||||
ChatPlusExtApiToken: utils.RandString(32),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user