上传pvp和pve商店列表覆盖的bug

This commit is contained in:
liwei1dao 2022-09-27 17:23:38 +08:00
parent db6bb10019
commit 9aa7af41d2

View File

@ -59,7 +59,7 @@ func (this *apiComp) Getlist(session comm.IUserSession, req *pb.ShopGetListReq)
filed = "diamondShop"
break
case pb.ShopType_PVPShop:
sdata = shopData.PveShop
sdata = shopData.PvpShop
filed = "pvpShop"
break
case pb.ShopType_PVEShop: