协议数据模拟测试
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// assets/Scripts/services/logic/IChatService.ts
|
||||
import type { ApiResponse } from "../client/types";
|
||||
import proto from "db://assets/Scripts/proto/proto.pb.js";
|
||||
|
||||
export interface IChatService {
|
||||
// 购买聊天次数
|
||||
reqBuyChat(req: proto.cs.ICSBuyChatReq): Promise<ApiResponse<proto.cs.ICSBuyChatRes>>;
|
||||
}
|
||||
Reference in New Issue
Block a user