From 1d89a8c36e58a769eabe055fd48ed33d9910dde7 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 15 Nov 2024 15:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamesrv/clawdoll/scene_clawdoll.go | 2 +- webapi/deprecated.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamesrv/clawdoll/scene_clawdoll.go b/gamesrv/clawdoll/scene_clawdoll.go index 7530ee9..a725773 100644 --- a/gamesrv/clawdoll/scene_clawdoll.go +++ b/gamesrv/clawdoll/scene_clawdoll.go @@ -68,7 +68,7 @@ type SceneEx struct { machineId int //娃娃机ID machineConn *netlib.Session //娃娃机链接 machineStatus int32 //娃娃机链接状态 0:离线 1:在线 - PayCoinCount int //娃娃机总投币次数 + PayCoinCount int //娃娃机总投币次数 payCoinTimeHandle timer.TimerHandle //上分投币托管handle grabTimerHandle timer.TimerHandle //下抓托管handle diff --git a/webapi/deprecated.go b/webapi/deprecated.go index 8987d44..bbffa29 100644 --- a/webapi/deprecated.go +++ b/webapi/deprecated.go @@ -131,7 +131,7 @@ func API_CreateOrder(appId, orderId string, configid, SnId, shopId int32, platfo ExchangeOrderId: exchangeOrderId, Channel: channel, ChannelID: channelId, - BuyType: buyType, + BuyType: buyType, } ret := &webapi.ASCreateOrder{} buff, err := postRequest(appId, "/create_order", nil, body, "http", DEFAULT_TIMEOUT)