Preparing search index...
The search index is not available
mirai-ts
mirai-ts
WebhookAdapter
Interface WebhookAdapter
提供 http 回调形式的接口, 可单纯做上报使用
interface
WebhookAdapter
{
destinations
:
string
[]
;
extraHeaders
:
{
Authorization
:
string
;
[
key
:
string
]
:
string
;
}
;
}
Index
Properties
destinations
extra
Headers
Properties
destinations
destinations
:
string
[]
回调(上报)地址
extra
Headers
extra
Headers
:
{
Authorization
:
string
;
[
key
:
string
]
:
string
;
}
额外自定义请求头
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destinations
extra
Headers
mirai-ts
Loading...
提供 http 回调形式的接口, 可单纯做上报使用