Commit 5f63a808a81ad0b2e324f81af02f012f93de6c07
1 parent
7f0b9f25
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -178,7 +178,7 @@ func (u *UserData) DoFlopCardd(resp *DoFlopResp) { |
178 | 178 | resp.Data.Coin.IcomeRate = strconv.FormatInt(u.Goldrate, 10) |
179 | 179 | resp.Data.Coin.UpdateTime = int(time.Now().Unix()) |
180 | 180 | |
181 | - resp.Data.Reward.RewardId = u.FlopCardCnt | |
181 | + resp.Data.Reward.RewardId = u.FlopCardCnt - 1 | |
182 | 182 | resp.Data.Reward.Coin = strconv.FormatInt(addgold, 10) |
183 | 183 | resp.Data.LeftTimes = u.FlopCardLefCnt |
184 | 184 | ... | ... |