协议修改
This commit is contained in:
@@ -26,7 +26,12 @@ export class ShopService implements IShopService {
|
||||
}
|
||||
|
||||
// 获取商品列表
|
||||
public async reqShopList(req: proto.cs.ICSGetShopReq): Promise<ApiResponse<proto.cs.ICSGetShopRes>> {
|
||||
public async reqShopList(req: proto.cs.ICSGetPurchaseReq): Promise<ApiResponse<proto.cs.ICSGetPurchaseRes>> {
|
||||
return this.impl.reqShopList(req);
|
||||
}
|
||||
|
||||
// 使用余额购买商品
|
||||
public async reqBuyGood(req: proto.cs.ICSBuyGoodReq): Promise<ApiResponse<proto.cs.ICSBuyGoodRes>> {
|
||||
return this.impl.reqBuyGood(req);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user