| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | ZTProductInfoResponse getProductInfo(String id,String userType,Long userId); |
| | | ZTProductInfoResponse getProductInfo(String id,String userType,Long userId,String salesId); |
| | | |
| | | /** |
| | | * 中台 - 全屋资讯详情 |
| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | ZTCaseInfoResponse getWholecaseInfo(String id,String userType,Long userId); |
| | | ZTCaseInfoResponse getWholecaseInfo(String id,String userType,Long userId,String salesId); |
| | | |
| | | /** |
| | | * 中台 - 产品资讯详情 |
| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | ZTProductNewsInfoResponse getProductNewsInfo(String id,String userType,Long userId); |
| | | ZTProductNewsInfoResponse getProductNewsInfo(String id,String userType,Long userId,String salesId); |
| | | |
| | | /** |
| | | * 中台 - 实景案例 |
| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | ZTRealcaseInfoResponse getRealcaseInfo(String id,String userType,Long userId); |
| | | ZTRealcaseInfoResponse getRealcaseInfo(String id,String userType,Long userId,String salesId); |
| | | |
| | | /** |
| | | * 中台 - 我的收藏/喜欢列表 |