JsonObj

直接使用 DeviceInfo 的序列化json对象最为目标值。

{
"deviceInfo": {
"type": "object",
"object": {
"....": []
}
}
}

对于 object 参数的json结构请自行参考 DeviceInfo 或相关json文件内容,此处不做示例。

Constructors

Link copied to clipboard
fun JsonObj(info: DeviceInfo)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun invoke(bot: Bot): DeviceInfo
Link copied to clipboard
protected fun String.replaceCodeMark(code: String): String

Properties

Link copied to clipboard