协议增加,查看图片或者视频上报,用于排行榜
This commit is contained in:
@@ -57,7 +57,12 @@ export class GirlService implements IGirlService {
|
||||
// 获取排行榜列表
|
||||
public async reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>> {
|
||||
return this.impl.reqGirlRankData(req);
|
||||
}
|
||||
}
|
||||
|
||||
// 查看图片或者视频上报,用于排行榜
|
||||
public async reqViewGirl(req: proto.cs.ICSViewGirlReq): Promise<ApiResponse<proto.cs.ICSViewGirlRes>> {
|
||||
return this.impl.reqViewGirl(req);
|
||||
}
|
||||
|
||||
// 收藏技师
|
||||
public async reqBookmarkGirl(req: proto.cs.ICSBookmarkReq): Promise<ApiResponse<proto.cs.ICSBookmarkRes>> {
|
||||
|
||||
Reference in New Issue
Block a user