重构项目结构,将 orm 和 rds 包迁移到 web/globals
This commit is contained in:
@@ -20,7 +20,7 @@ type WechatPayClient struct {
|
||||
Notify *notify.Handler
|
||||
}
|
||||
|
||||
func InitWechatPay() {
|
||||
func initWechatPay() {
|
||||
|
||||
// 加载商户私钥
|
||||
private, err := base64.StdEncoding.DecodeString(env.WechatPayMchPrivateKey)
|
||||
|
||||
Reference in New Issue
Block a user