admin
2021-02-27 4ebe7c447e964e1b3ead12abb1d95b75faf67426
src/main/java/com/yeshi/buwan/sohu/SoHuUtil.java
@@ -16,7 +16,7 @@
import org.springframework.stereotype.Component;
import com.yeshi.buwan.dao.VideoResourceDao;
import com.yeshi.buwan.dao.juhe.SoHuVideoDao;
import com.yeshi.buwan.dao.juhe.sohu.SoHuVideoDao;
import com.yeshi.buwan.domain.AdminInfo;
import com.yeshi.buwan.domain.VideoInfo;
import com.yeshi.buwan.domain.VideoResource;
@@ -36,6 +36,11 @@
@Component
public class SoHuUtil {
   public final static int RESOURCE_ID = 14;
   public final static String RESOURCE_NAME = "搜狐";
   static Logger logger = Logger.getLogger(SoHuUtil.class);
   @Resource
   private SoHuService soHuService;