File was renamed from src/main/java/com/yeshi/buwan/sohu/SoHuApi.java |
| | |
| | | package com.yeshi.buwan.sohu; |
| | | package com.yeshi.buwan.videos.sohu; |
| | | |
| | | import java.lang.reflect.Type; |
| | | import java.util.HashMap; |
| | |
| | | import com.google.gson.Gson; |
| | | import com.google.gson.GsonBuilder; |
| | | import com.google.gson.reflect.TypeToken; |
| | | import com.yeshi.buwan.sohu.entity.RootCategory; |
| | | import com.yeshi.buwan.sohu.entity.SecondCategory; |
| | | import com.yeshi.buwan.sohu.entity.SoHuAlbum; |
| | | import com.yeshi.buwan.sohu.entity.SoHuVideo; |
| | | import com.yeshi.buwan.sohu.entity.SohuVideoContent; |
| | | import com.yeshi.buwan.videos.sohu.entity.RootCategory; |
| | | import com.yeshi.buwan.videos.sohu.entity.SecondCategory; |
| | | import com.yeshi.buwan.videos.sohu.entity.SoHuAlbum; |
| | | import com.yeshi.buwan.videos.sohu.entity.SoHuVideo; |
| | | import com.yeshi.buwan.videos.sohu.entity.SohuVideoContent; |
| | | import com.yeshi.buwan.util.HttpUtil; |
| | | |
| | | import net.sf.json.JSONObject; |