@custouch/jssdk
Preparing search index...
service/poster
getPosterRelation
Function getPosterRelation
getPosterRelation
(
p
:
{
posterId
:
string
;
type
:
"count"
|
"newFans"
|
"newJoin"
|
"register"
|
"scan"
;
}
&
ListPagination
,
)
:
Promise
<
{
data
:
{
at
:
string
;
isNew
:
boolean
;
newJoin
:
boolean
;
openid
:
string
;
register
:
boolean
;
}
[]
;
users
:
Pick
<
WechatUserInfo
,
"openid"
|
"headimgurl"
|
"nickname"
>
[]
;
}
&
ListPagination
&
{
total
:
number
}
,
>
获取海报助力列表
Parameters
p
:
{
posterId
:
string
;
type
:
"count"
|
"newFans"
|
"newJoin"
|
"register"
|
"scan"
;
}
&
ListPagination
Returns
Promise
<
{
data
:
{
at
:
string
;
isNew
:
boolean
;
newJoin
:
boolean
;
openid
:
string
;
register
:
boolean
;
}
[]
;
users
:
Pick
<
WechatUserInfo
,
"openid"
|
"headimgurl"
|
"nickname"
>
[]
;
}
&
ListPagination
&
{
total
:
number
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
获取海报助力列表