大数据搜索关键词修改
This commit is contained in:
parent
433faa535e
commit
d26d2782b4
@ -228,7 +228,7 @@ public class NewsSearchActivity extends BaseActivity {
|
|||||||
* 保存查询的关键字
|
* 保存查询的关键字
|
||||||
*/
|
*/
|
||||||
private void doSaveKeywords() {
|
private void doSaveKeywords() {
|
||||||
String params = String.format(getResources().getString(R.string.big_data_str), "QUERY", mKeywords, "END");
|
String params = String.format(getResources().getString(R.string.big_data_str), "QUERY", mKeywords, "新闻");
|
||||||
bigDataRead(params);
|
bigDataRead(params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user