Commit 2ec5d5f338e33b1ffa034cd8ab7c768926a62a35
1 parent
1e4ae576
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/datadef.go
| ... | ... | @@ -117,7 +117,7 @@ type WithDrawDesc struct { |
| 117 | 117 | Isnew int `json:"isnew"` |
| 118 | 118 | Limitlv int `json:"limitlv"` |
| 119 | 119 | Preisfind int `json:"preisfind"` |
| 120 | - Day int `json:"day"` | |
| 120 | + Logindaylimit int `json:"logindaylimit"` | |
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | type WithDrawDescs []WithDrawDesc | ... | ... |