Browse Source

update

master
shenjiachi 2 days ago
parent
commit
60ad91309f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_im.go

+ 1
- 1
app/hdl/hdl_im.go View File

@@ -210,7 +210,7 @@ func SendRedPackage(c *gin.Context) {
}

// 处理统计发红包数 推到 mq 处理
go svc.AddSendRedPackageTimesPushToMQ(user.Id)
svc.AddSendRedPackageTimesPushToMQ(user.Id)

e.OutSuc(c, resp, nil)
return


Loading…
Cancel
Save