协议修改
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 ICommonService {
|
||||
// 获取配置
|
||||
reqResConfig(req: proto.cs.ICSGetResConfigReq): Promise<ApiResponse<proto.cs.ICSGetResConfigRes>>;
|
||||
}
|
||||
Reference in New Issue
Block a user