no message

This commit is contained in:
sk 2024-11-14 11:54:38 +08:00
parent d3f276f0bf
commit 1db15bd6f3
1 changed files with 1 additions and 1 deletions

View File

@ -973,6 +973,7 @@ func (this *ShopMgr) Exchange(param *ExchangeParam) {
param.CallBackFunc(shop.OpResultCode_OPRC_Error)
return
}
logger.Logger.Tracef("API_CreateExchange: %v", as)
//dbShop
var ret shop.OpResultCode
if as.Tag == webapi_proto.TagCode_SUCCESS {
@ -1049,7 +1050,6 @@ func (this *ShopMgr) Exchange(param *ExchangeParam) {
ret = shop.OpResultCode_OPRC_ExchangeSoldOut
}
}
logger.Logger.Trace("API_CreateExchange: ", as.Tag, as.GetReturnCPO())
if len(itemInfo) > 0 {
BagMgrSingleton.AddItemsOffline(&model.AddItemParam{
Platform: param.Platform,