移除摸大红支付后建群逻辑,仅保留扫码与复制

支付成功只固化客服二维码与订单文案;同步清理迁移、配置与前后端相关字段。
This commit is contained in:
yml2213
2026-07-16 19:52:40 +08:00
parent 094a91c985
commit e07532a188
17 changed files with 16 additions and 192 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ func New(cfg config.Config, deps Dependencies, logger *zap.Logger) *gin.Engine {
var mohongService *mohong.Service
var mohongHandler *mohong.Handler
if deps.DB != nil {
mohongRepo = mohong.NewRepository(deps.DB, chatRepo)
mohongRepo = mohong.NewRepository(deps.DB)
mohongService = mohong.NewService(mohongRepo)
mohongHandler = mohong.NewHandler(mohongService)
}