协议数据模拟测试
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { ApiResponse } from "../client/types";
|
||||
import proto from "db://assets/Scripts/proto/proto.pb.js";
|
||||
|
||||
export interface IShopService {
|
||||
// 获取商品列表
|
||||
reqShopList(req: proto.cs.ICSGetShopReq): Promise<ApiResponse<proto.cs.ICSGetShopRes>>;
|
||||
}
|
||||
Reference in New Issue
Block a user