【解决版本】客户需要连接云许可的方法,已发送:
// String user = "";
// String password = "";
// // 传入用户名和密码,登录云许可,自动检索可用许可
// CloudLicense.login(user, password);
//
// // 连接云许可中的许可模块,验证是否云许可获取是否成功,成功返回0
// License license = new License();
// int code = license.connect(65400);
//
// System.out.println(code);