协议增加,收藏角色,收藏列表
This commit is contained in:
@@ -16,4 +16,8 @@ export interface IGirlService {
|
||||
reqCanChatGirlData(req: proto.cs.ICSGetLastChatListReq): Promise<ApiResponse<proto.cs.ICSGetLastChatListRes>>;
|
||||
// 获取排行榜列表
|
||||
reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>>;
|
||||
// 收藏技师
|
||||
reqBookmarkGirl(req: proto.cs.ICSBookmarkReq): Promise<ApiResponse<proto.cs.ICSBookmarkRes>>;
|
||||
// 获取收藏列表
|
||||
reqBookmarkGirlList(req: proto.cs.ICSGetBookmarkReq): Promise<ApiResponse<proto.cs.ICSGetBookmarkRes>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user