|
@@ -36,7 +36,9 @@ public class ArticleListRemoteService {
|
|
|
"msg_time");
|
|
|
JSONObject bodyParam = new JSONObject();
|
|
|
bodyParam.put("account_nickname", accountName);
|
|
|
- bodyParam.put("filter_same", false);
|
|
|
+ bodyParam.put("min_time", null);
|
|
|
+ bodyParam.put("max_time", "99999999_999999");
|
|
|
+ bodyParam.put("filter_same", true);
|
|
|
bodyParam.put("filter_sensitive", false);
|
|
|
bodyParam.put("index_list", indexList);
|
|
|
bodyParam.put("keys", keys);
|