Commit 60bf7a250dff7da16825c5dda26534adcffb74f1

Authored by 陆恒
1 parent 5caec6c3
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/datadef.go
... ... @@ -384,7 +384,7 @@ type RecvRedCatResp struct {
384 384 }
385 385  
386 386 type LimitCatListData struct {
387   - CatId int `json:"catId"`
  387 + CatId int `json:"cat"`
388 388 Cash float32 `json:"cash"`
389 389 Status int `json:"status"`
390 390 Date string `json:"date"`
... ...