Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.api
/
requestRawBlocking
request
Raw
Blocking
jvm
@
Api4J
@
JvmOverloads
fun
OneBotApi
<
*
>
.
requestRawBlocking
(
client
:
HttpClient
,
host
:
Url
,
accessToken
:
String
?
=
null
,
actionSuffixes
:
Collection
<
String
>
?
=
null
,
charset
:
Charset
=
Charsets.UTF_8
)
:
String
(
source
)
@
Api4J
@
JvmOverloads
fun
OneBotApi
<
*
>
.
requestRawBlocking
(
client
:
HttpClient
,
host
:
String
,
accessToken
:
String
?
=
null
,
actionSuffixes
:
Collection
<
String
>
?
=
null
,
charset
:
Charset
=
Charsets.UTF_8
)
:
String
(
source
)
阻塞地请求
OneBotApi
.
See also
request
Raw