功能

充值水晶,礼包币等

数据结构

BuyProductReq

1
2
3
4
5
6
BuyProductReq: {
string Name,
uint Price,
string CurrencyCode,
string FormatPrice,
}

BuyProductRsp

1
2
3
BuyProductRsp: {
Retcode retcode,
}

Handler

返回成功即可

问题:显示充值功能维护中,不知道为什么,选择直接在session中添加好了。