获取是否打开云端会话
static Future<bool> getEnableCloudConversation() async { return await PreferenceUtils.getBool(enableCloudConversation, false); }