增加游戏内上报打点请求
This commit is contained in:
@@ -29,4 +29,8 @@ export class AuthService implements IAuthService {
|
||||
public async login(req: proto.cs.ICSLoginReq): Promise<ApiResponse<proto.cs.ICSLoginRes>> {
|
||||
return this.impl.login(req);
|
||||
}
|
||||
/** 上报事件 */
|
||||
public async pointEvent(req: proto.cs.ICSPointEventReq): Promise<ApiResponse<proto.cs.ICSPointEventRes>> {
|
||||
return this.impl.pointEvent(req);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user