格式化代码

This commit is contained in:
sk 2024-11-15 15:29:00 +08:00
parent b52f84d182
commit 1d89a8c36e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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)