格式化代码
This commit is contained in:
parent
b52f84d182
commit
1d89a8c36e
|
@ -68,7 +68,7 @@ type SceneEx struct {
|
||||||
machineId int //娃娃机ID
|
machineId int //娃娃机ID
|
||||||
machineConn *netlib.Session //娃娃机链接
|
machineConn *netlib.Session //娃娃机链接
|
||||||
machineStatus int32 //娃娃机链接状态 0:离线 1:在线
|
machineStatus int32 //娃娃机链接状态 0:离线 1:在线
|
||||||
PayCoinCount int //娃娃机总投币次数
|
PayCoinCount int //娃娃机总投币次数
|
||||||
|
|
||||||
payCoinTimeHandle timer.TimerHandle //上分投币托管handle
|
payCoinTimeHandle timer.TimerHandle //上分投币托管handle
|
||||||
grabTimerHandle timer.TimerHandle //下抓托管handle
|
grabTimerHandle timer.TimerHandle //下抓托管handle
|
||||||
|
|
|
@ -131,7 +131,7 @@ func API_CreateOrder(appId, orderId string, configid, SnId, shopId int32, platfo
|
||||||
ExchangeOrderId: exchangeOrderId,
|
ExchangeOrderId: exchangeOrderId,
|
||||||
Channel: channel,
|
Channel: channel,
|
||||||
ChannelID: channelId,
|
ChannelID: channelId,
|
||||||
BuyType: buyType,
|
BuyType: buyType,
|
||||||
}
|
}
|
||||||
ret := &webapi.ASCreateOrder{}
|
ret := &webapi.ASCreateOrder{}
|
||||||
buff, err := postRequest(appId, "/create_order", nil, body, "http", DEFAULT_TIMEOUT)
|
buff, err := postRequest(appId, "/create_order", nil, body, "http", DEFAULT_TIMEOUT)
|
||||||
|
|
Loading…
Reference in New Issue