We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不清楚怎么把本地的设备信息移植到服务器上 文档链接
device.json
setDeviceInfo()
DeviceInfo
Version version
data.version.sdk
Version
Bot bot = BotFactory.INSTANCE.newBot(2190915232L, "19990113+zjl", new BotConfiguration(){{ setDeviceInfo(bot1 -> { return new DeviceInfo(/* 在这里构造吗? */) }); }});
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
不清楚怎么把本地的设备信息移植到服务器上
文档链接
详细描述
device.json
setDeviceInfo()
的时候不知道怎么做了DeviceInfo
,但是要塞进去好多变量,感觉很麻烦Version version
参数有个问题,导出的device.json
文件中没有data.version.sdk
参数,但是Version
的构造函数中有,如下图示例我尝试的代码
The text was updated successfully, but these errors were encountered: