add redeem code function

This commit is contained in:
RockYang
2024-08-08 18:28:50 +08:00
parent 2d4959aa7d
commit c77843424b
22 changed files with 635 additions and 597 deletions

View File

@@ -38,7 +38,6 @@ func NewDefaultConfig() *types.AppConfig {
BasePath: "./static/upload",
},
},
WeChatBot: false,
AlipayConfig: types.AlipayConfig{Enabled: false, SandBox: false},
}
}