Methods
Static GetSocialAdminDel
- GetSocialAdminDel(social_id: string, callback?: (response: GetSocialAdminDelResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
social_id: string
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminDelcomment
- GetSocialAdminDelcomment(comment_id: number, social_id: number, callback?: (response: GetSocialAdminDelcommentResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
comment_id: number
social_id: number
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminDetail
- GetSocialAdminDetail(social_id: string, callback?: (response: GetSocialAdminDetailResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
social_id: string
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminGetcomments
- GetSocialAdminGetcomments(limit?: number, page?: number, social_id: string, callback?: (response: GetSocialAdminGetcommentsResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
limit: number = 20
page: number = 1
social_id: string
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminGetlist
- GetSocialAdminGetlist(limit?: number, page?: number, social_id?: string, callback?: (response: GetSocialAdminGetlistResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
limit: number = 20
page: number = 1
social_id: string = ''
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminGiftlist
- GetSocialAdminGiftlist(limit?: number, page?: number, callback?: (response: GetSocialAdminGiftlistResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
limit: number = 20
page: number = 1
loading: boolean = true
isshow: boolean = true
Returns void
Static GetSocialAdminOperation
- GetSocialAdminOperation(social_id: number, status: number, callback?: (response: GetSocialAdminOperationResponse) => void, loading?: boolean, isshow?: boolean): void
Parameters
social_id: number
status: number
loading: boolean = true
isshow: boolean = true
Returns void
社区服务服务器服务接口