协议修改
This commit is contained in:
@@ -3,5 +3,7 @@ import proto from "db://assets/Scripts/proto/proto.pb.js";
|
||||
|
||||
export interface IShopService {
|
||||
// 获取商品列表
|
||||
reqShopList(req: proto.cs.ICSGetShopReq): Promise<ApiResponse<proto.cs.ICSGetShopRes>>;
|
||||
reqShopList(req: proto.cs.ICSGetPurchaseReq): Promise<ApiResponse<proto.cs.ICSGetPurchaseRes>>;
|
||||
// 使用余额购买商品
|
||||
reqBuyGood(req: proto.cs.ICSBuyGoodReq): Promise<ApiResponse<proto.cs.ICSBuyGoodRes>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user