Commit fb082bf4ef053b91e769a1ab5752aedf766288e2
1 parent
d0322a95
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/datadef.go
| ... | ... | @@ -545,8 +545,8 @@ type StartOnlineTaskResp struct { |
| 545 | 545 | } |
| 546 | 546 | |
| 547 | 547 | type GetOfflineRewardReq struct { |
| 548 | - Reward int `json:"reward"` | |
| 549 | - Optype int `json:"type"` | |
| 548 | + Reward string `json:"reward"` | |
| 549 | + Optype int `json:"type"` | |
| 550 | 550 | } |
| 551 | 551 | type GetOfflineRewardData struct { |
| 552 | 552 | } | ... | ... |