| | |
| | | |
| | | MemberCollectionListDto memberCollectionListDto = new MemberCollectionListDto(); |
| | | memberCollectionListDto.setPageNow(1); |
| | | memberCollectionListDto.setPageNow(10); |
| | | memberCollectionListDto.setPageSize(10); |
| | | List<CollectionListVo> collectionList = mallMemberCollectionService.findMemberCollectionList(memberCollectionListDto); |
| | | mallMemberVo.setCollectionCnt(CollUtil.isNotEmpty(collectionList) ? collectionList.size() : 0); |
| | | |
| | |
| | | |
| | | @Override |
| | | public FebsResponse xcxLogin(ApiXcxLoginDto apiXcxLoginDto) throws IOException { |
| | | log.info("登录请求参数:{}", JSONObject.toJSONString(apiXcxLoginDto)); |
| | | FebsResponse febsResponse = new FebsResponse(); |
| | | String code = apiXcxLoginDto.getCode(); |
| | | log.info("code:" + code); |