im-link-jssdk - v1.1.8
Preparing search index...
IMRequestParams
Interface IMRequestParams
请求消息参数
interface
IMRequestParams
{
method
:
string
;
param
?:
{
[
key
:
string
]:
any
}
;
type
?:
"core"
|
"wallet"
;
url
:
string
;
}
Index
Properties
method
param?
type?
url
Properties
method
method
:
string
请求方法
Param: 'GET'
| 'POST'
Optional
param
param
?:
{
[
key
:
string
]:
any
}
请求参数
Optional
type
type
?:
"core"
|
"wallet"
请求类型
url
url
:
string
请求地址
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
param
type
url
im-link-jssdk - v1.1.8
Loading...
请求消息参数