diff --git a/models/asset.go b/models/asset.go index dde9584..2cf376f 100644 --- a/models/asset.go +++ b/models/asset.go @@ -515,7 +515,7 @@ func initPetTown(cookie string, state chan string) { state <- rt } -func jsGold(cookie string, state chan int64) { // +func jsGold(cookie string, state chan int64) { type BalanceVO struct { CashBalance string `json:"cashBalance"`