admin
2021-02-01 c6c5a8ce0f42d46ea2fe0312c9eda67a49fd3917
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;