商城兑换修改

This commit is contained in:
by 2024-05-14 17:49:18 +08:00
parent 756ed06016
commit b0ba8e31ff
1 changed files with 1 additions and 0 deletions

View File

@ -734,6 +734,7 @@ func (this *ShopMgr) GetExchangeData(platform string, id int32) *ExchangeShopInf
Name: data.Name, Name: data.Name,
Rule: data.Content, Rule: data.Content,
ExType: exType, ExType: exType,
ItemId: data.ItemId,
} }
} }
} }