新增协议:推荐列表

This commit is contained in:
chen wei bo
2025-10-10 18:15:54 +08:00
parent d59eca2a90
commit 46bf60d09d
11 changed files with 257 additions and 35 deletions
@@ -4,6 +4,8 @@ import proto from "db://assets/Scripts/proto/proto.pb.js";
export interface IGirlService {
// 每日推荐
reqDailyRecommend(req: proto.cs.ICSDailyRecommendReq): Promise<ApiResponse<proto.cs.ICSDailyRecommendRes>>;
// 推荐列表
reqRecommendList(req: proto.cs.ICSRecommendReq): Promise<ApiResponse<proto.cs.ICSRecommendRes>>;
// 获取技师列表
reqGetGirlList(req: proto.cs.ICSGetGirlListReq): Promise<ApiResponse<proto.cs.ICSGetGirlListRes>>;
// 获取技师详细信息