@custouch/jssdk
Preparing search index...
service/wechat
getEventRecordsByKol
Function getEventRecordsByKol
getEventRecordsByKol
<
T
extends
keyof
ActionView
>
(
params
:
{
path
?:
string
;
type
:
T
;
uaId
?:
string
}
&
ListPagination
,
)
:
ListResponse
<
EventsRecords
<
T
>
&
{
headimg
:
string
;
nickname
:
string
;
openid
:
string
}
,
>
以originopenId为主体查询行为事件,可按path过滤
Type Parameters
T
extends
keyof
ActionView
Parameters
params
:
{
path
?:
string
;
type
:
T
;
uaId
?:
string
}
&
ListPagination
Returns
ListResponse
<
EventsRecords
<
T
>
&
{
headimg
:
string
;
nickname
:
string
;
openid
:
string
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
以originopenId为主体查询行为事件,可按path过滤