功能

购买商品

相关数据结构

BuyGoodsReq

1
2
3
4
5
6
7
8
9
10
BuyGoodsReq: {
uint ShopId,
uint GoodsId,
uint CouponMaterialId,
uint CouponNum,
uint McoinCouponMaterialId,
uint GoodsNum,
uint GiftPackSelectRewardId,
uint DiscountSaveNum,
}

BuyGoodsRsp

1
2
3
4
5
6
7
8
9
10
11
BuyGoodsRsp: {
Retcode retcode,
uint ShopId,
uint GoodsId,
uint GoodsBuyTimes,
uint ItemId,
uint Level,
uint Num,
uint GiftPackSelectRewardId,
uint SplitFragmentNum,
}

功能实现

看样子是有三种商品

请求数据包有ShopId, GoodsId, GoodsNum三个属性

普通材料

根据材料Id添加即可

角色碎片

添加碎片,若没有角色则添加角色

人偶碎片

TODO