shenjiachi 5 giorni fa
parent
commit
60ad91309f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/hdl/hdl_im.go

+ 1
- 1
app/hdl/hdl_im.go Vedi 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


Caricamento…
Annulla
Salva