This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
shenjiachi
2 days ago
parent
697cd37513
commit
60ad91309f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save