社区搜索样式修改以及最热模块增加问题内容
This commit is contained in:
@ -27,13 +27,13 @@ import okhttp3.ResponseBody;
|
||||
public class DataLogUtils {
|
||||
|
||||
// 轮播图
|
||||
public static void uploadLunbotuLog(Context context, String type, String title, String location) {
|
||||
public static void uploadLunbotuLog(Context context, String type, String text, String index, String source) {
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
map.put("location", location);
|
||||
map.put("index", index);
|
||||
map.put("type", type);
|
||||
map.put("title", title);
|
||||
map.put("form", "click");
|
||||
uploadLog(context, "lunbotu", map);
|
||||
map.put("text", text);
|
||||
map.put("source", source);
|
||||
uploadLog(context, "slide", map);
|
||||
}
|
||||
|
||||
// 上传日志
|
||||
|
||||
Reference in New Issue
Block a user