获取是否打开云端消息搜索
static Future<bool> getEnableCloudMessageSearch() async { return await PreferenceUtils.getBool(enableCloudMessageSearch, false); }