接口报错bug修复

This commit is contained in:
hahwu 2026-04-07 16:04:33 +08:00
parent 1694cad3e4
commit 0874cc14c3

View File

@ -2088,7 +2088,7 @@ func ReqRefuseCardExchange(player *Player, req *msg.ReqRefuseCardExchange) error
}
// 领取好友卡牌
func ReqGetFriendCard(player *Player, req *msg.ReqRefuseCardExchange) error {
func ReqGetFriendCard(player *Player, req *msg.ReqGetFriendCard) error {
CardMod := player.PlayMod.getCardMod()
FriendMod := player.PlayMod.getFriendMod()
cardInfo := FriendMod.GetCardInfo(req.Id)