From 165d0f78183bfa8f6c47245907f8edeb71f871d1 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 18 Aug 2021 16:27:05 +0800 Subject: [PATCH] x --- models/asset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`