@custouch/jssdk
Preparing search index...
service/poster
getTopPosterUsers
Function getTopPosterUsers
getTopPosterUsers
(
id
:
string
,
top
:
number
,
)
:
Promise
<
{
rank
:
{
randkingType
:
number
;
topUsers
:
(
{
headimgurl
:
string
;
nickname
:
string
}
&
PosterStatistic
)
[]
;
}
&
PosterStatistic
;
}
,
>
获取排名前x的参与者
Parameters
id
:
string
top
:
number
Returns
Promise
<
{
rank
:
{
randkingType
:
number
;
topUsers
:
(
{
headimgurl
:
string
;
nickname
:
string
}
&
PosterStatistic
)
[]
;
}
&
PosterStatistic
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
获取排名前x的参与者