启用微信支付逻辑;调整支付金额处理方式以支持调试模式

This commit is contained in:
2025-05-09 16:37:53 +08:00
parent 189f523693
commit d5a242d6b4
7 changed files with 21 additions and 23 deletions

View File

@@ -47,7 +47,7 @@ func (s *Server) Run() error {
// inits
g.InitBaiyin()
g.InitAlipay()
// g.InitWechatPay()
g.InitWechatPay()
g.InitAliyun()
g.InitValidator()