协议增加:请求排行榜数据
This commit is contained in:
@@ -312,4 +312,15 @@ export class MockGirlService implements IGirlService {
|
||||
};
|
||||
return this.ok(res);
|
||||
}
|
||||
|
||||
// 获取排行榜列表
|
||||
async reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>> {
|
||||
// TODO
|
||||
|
||||
// 返回数据
|
||||
const res: proto.cs.ICSGetRankRes = {
|
||||
girls: [],
|
||||
};
|
||||
return this.ok(res);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user