增加游戏内上报打点请求
This commit is contained in:
@@ -40,4 +40,11 @@ export class MockAuthService implements IAuthService {
|
||||
|
||||
return this.ok(res);
|
||||
}
|
||||
|
||||
/** 上报事件 */
|
||||
async pointEvent(req: proto.cs.ICSPointEventReq): Promise<ApiResponse<proto.cs.ICSPointEventRes>> {
|
||||
// 延时
|
||||
await this.delay(150);
|
||||
return this.ok({});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user