Authored by wangshusheng

去掉无用依赖

... ... @@ -5,7 +5,6 @@ package com.yoho.activity.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.yoho.activity.service.ITencentMktService;
import com.yoho.core.redis.YHRedisTemplate;
import com.yoho.core.redis.YHValueOperations;
import com.yoho.core.rest.client.ServiceCaller;
import com.yoho.core.rest.client.hystrix.AsyncFuture;
... ... @@ -82,9 +81,6 @@ public class TencentMktServiceImpl implements ITencentMktService {
@Resource(name = "yhValueOperations")
private YHValueOperations<String, String> yhValueOperations;
@Resource(name = "yhRedisTemplate")
private YHRedisTemplate<String, String> yhRedisTemplate;
@Value("${tencentmkt.shareUrl}")
private String shareUrl;
... ...
... ... @@ -14,8 +14,6 @@ import org.springframework.stereotype.Service;
import com.alibaba.fastjson.JSON;
import com.netflix.config.DynamicIntProperty;
import com.netflix.config.DynamicPropertyFactory;
import com.yoho.core.redis.YHRedisTemplate;
import com.yoho.core.redis.YHValueOperations;
import com.yoho.service.model.union.request.MobvistaRequestBO;
import com.yoho.unions.server.service.IMobvistaService;
... ...