This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_day_luck_draw
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
22
Wiki
Activity
Browse Source
比例/100
tags/v1.2.1
huangjiajun
1 year ago
parent
973c5987f2
commit
f81b35b9c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
svc/svc_day_luck_draw_reward.go
+ 1
- 1
svc/svc_day_luck_draw_reward.go
View File
@@ -234,7 +234,7 @@ func SendReward(sess *xorm.Session, uid []string, mid string, period int, sum fl
if bili == 0 {
return nil
}
amount := sum * bili / float64(count)
amount := sum *
(
bili
/ 100)
/ float64(count)
for _, v := range uid {
var req = md.DayLuckDrawRewardReq{
Uid: v,
Write
Preview
Loading…
Cancel
Save