Compare commits
No commits in common. "d769605d091f88e82acfe41a35351080b8b52966" and "83d5ec05fb6be3207d8f299cb410e574f770425a" have entirely different histories.
d769605d09
...
83d5ec05fb
|
@ -1226,13 +1226,6 @@ func (this *ShopMgr) SendAPICreateOrder(p *Player, ConfigPayId int32, data any,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch shopInfo.Page {
|
|
||||||
case ShopPageFangKa:
|
|
||||||
remark = fmt.Sprintf("房卡|%v", shopInfo.Id)
|
|
||||||
default:
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
dbShop = this.NewDbShop(p, shopInfo.Page, amount[:], ShopConsumeMoney, costNum,
|
dbShop = this.NewDbShop(p, shopInfo.Page, amount[:], ShopConsumeMoney, costNum,
|
||||||
common.GainWay_ShopBuy, itemInfo, shopInfo.Id, shopInfo.Name, 0, remark, []int32{})
|
common.GainWay_ShopBuy, itemInfo, shopInfo.Id, shopInfo.Name, 0, remark, []int32{})
|
||||||
err := model.InsertDbShopLog(dbShop)
|
err := model.InsertDbShopLog(dbShop)
|
||||||
|
|
Loading…
Reference in New Issue