协议增加,查看图片或者视频上报,用于排行榜

This commit is contained in:
chen wei bo
2025-10-09 14:21:05 +08:00
parent 6f809504a7
commit 953e90ce2a
5 changed files with 37 additions and 2 deletions
@@ -15,7 +15,9 @@ export interface IGirlService {
// 获取可聊天的技师数据
reqCanChatGirlData(req: proto.cs.ICSGetLastChatListReq): Promise<ApiResponse<proto.cs.ICSGetLastChatListRes>>;
// 获取排行榜列表
reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>>;
reqGirlRankData(req: proto.cs.ICSGetRankReq): Promise<ApiResponse<proto.cs.ICSGetRankRes>>;
// 查看图片或者视频上报,用于排行榜
reqViewGirl(req: proto.cs.ICSViewGirlReq): Promise<ApiResponse<proto.cs.ICSViewGirlRes>>;
// 收藏技师
reqBookmarkGirl(req: proto.cs.ICSBookmarkReq): Promise<ApiResponse<proto.cs.ICSBookmarkRes>>;
// 获取收藏列表