BuWanVideo/src/com/weikou/beibeivideo/BeibeiVideoAPI.java
@@ -715,7 +715,7 @@ public static void getChoiceClass(Context context, String uid, ResponseHandlerInterface handler) { LinkedHashMap<String, String> params = new LinkedHashMap<String, String>(); params.put("Method", "getVideoClass"); params.put("Method", "getHomeClass"); params.put("Uid", uid); commonPost(context, BASE_URL + "class", params, handler); }