架构
{
"type": "object",
"properties": {
"return": {
"type": "integer",
"description": "所发送 Event 的 Playing ID 或 \\c AK_INVALID_PLAYING_ID(如 Event 发送失败)。\\n 32 位无符号整数。",
"minimum": 0,
"maximum": 4294967295
}
},
"required": [
"return"
],
"additionalProperties": false
}