|
|
@@ -5,7 +5,7 @@ import cn.reghao.jutil.jdk.db.PageList;
|
|
|
import cn.reghao.jutil.jdk.result.Result;
|
|
|
import cn.reghao.jutil.tool.json.JsonConverter;
|
|
|
import cn.reghao.jutil.tool.id.SnowFlake;
|
|
|
-import cn.reghao.oss.api.dto.media.ImageInfo;
|
|
|
+import cn.reghao.tnb.oss.api.dto.media.ImageInfo;
|
|
|
import cn.reghao.tnb.account.api.iface.AccountQuery;
|
|
|
import cn.reghao.tnb.content.api.dto.TaobaoItem;
|
|
|
import cn.reghao.tnb.content.app.mall.db.mapper.ProductMapper;
|
|
|
@@ -18,13 +18,7 @@ import cn.reghao.tnb.content.app.mall.feign.UserFeignClient;
|
|
|
import cn.reghao.tnb.user.api.dto.UserInfo;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.dubbo.config.annotation.DubboReference;
|
|
|
-import org.springframework.beans.factory.annotation.Qualifier;
|
|
|
-import org.springframework.cloud.client.ServiceInstance;
|
|
|
-import org.springframework.cloud.client.discovery.DiscoveryClient;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.util.LinkedMultiValueMap;
|
|
|
-import org.springframework.util.MultiValueMap;
|
|
|
-import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
import java.util.List;
|
|
|
|