requestDataByBlocking

Deprecated

Use OneBotBot.execute* API

Replace with

bot.executeDataBlocking(this)

使用 botthis 发起一次阻塞地请求,

更多描述参考 OneBotApi.requestDataBy

See also

Throws

如果响应状态码不是 2xx (参考 HttpStatusCode.isSuccess)

如果响应结果体的状态 OneBotApiResult.retcode 不是成功或 OneBotApiResult.datanull