This commit is contained in:
cdle 2021-08-18 16:27:05 +08:00
parent 451d348f4a
commit 165d0f7818

View File

@ -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"`