增加游戏内上报打点请求
This commit is contained in:
@@ -4,4 +4,7 @@ import proto from "db://assets/Scripts/proto/proto.pb.js";
|
||||
export interface IAuthService {
|
||||
// 登录
|
||||
login(req: proto.cs.ICSLoginReq): Promise<ApiResponse<proto.cs.ICSLoginRes>>;
|
||||
|
||||
// 上报事件
|
||||
pointEvent(req: proto.cs.ICSPointEventReq): Promise<ApiResponse<proto.cs.ICSPointEventRes>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user