@ccw-api/api
Preparing search index...
community-web/hash_tag_creation/mine
getMyHashTagCreations
Function getMyHashTagCreations
getMyHashTagCreations
<
T
extends
string
>
(
excludeHashTag
?:
string
,
statuses
?:
string
[]
,
pageArgs_
?:
Partial
<
PageArgs
<
SortField
|
T
>
>
,
)
:
Promise
<
Res
>
获取当前用户提交到星球的作品列表
Type Parameters
T
extends
string
Parameters
Optional
excludeHashTag
:
string
排除的星球标识符(名称)
Optional
statuses
:
string
[]
作品状态筛选,例如 ["PUBLISHED"]
Optional
pageArgs_
:
Partial
<
PageArgs
<
SortField
|
T
>
>
= {}
分页参数
Returns
Promise
<
Res
>
星球作品分页结果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
获取当前用户提交到星球的作品列表