协议增加,收藏角色,收藏列表
This commit is contained in:
@@ -58,4 +58,14 @@ export class GirlService implements IGirlService {
|
||||
public async reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>> {
|
||||
return this.impl.reqGirlRankData(req);
|
||||
}
|
||||
|
||||
// 收藏技师
|
||||
public async reqBookmarkGirl(req: proto.cs.ICSBookmarkReq): Promise<ApiResponse<proto.cs.ICSBookmarkRes>> {
|
||||
return this.impl.reqBookmarkGirl(req);
|
||||
}
|
||||
|
||||
// 获取收藏列表
|
||||
public async reqBookmarkGirlList(req: proto.cs.ICSGetBookmarkReq): Promise<ApiResponse<proto.cs.ICSGetBookmarkRes>> {
|
||||
return this.impl.reqBookmarkGirlList(req);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user