新增协议:推荐列表

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
@@ -29,6 +29,11 @@ export class GirlService implements IGirlService {
return this.impl.reqDailyRecommend(req);
}
// 推荐列表
public async reqRecommendList(req: proto.cs.ICSRecommendReq): Promise<ApiResponse<proto.cs.ICSRecommendRes>> {
return this.impl.reqRecommendList(req);
}
// 获取技师列表
public async reqGetGirlList(req: proto.cs.ICSGetGirlListReq): Promise<ApiResponse<proto.cs.ICSGetGirlListRes>> {
return this.impl.reqGetGirlList(req);