Table of Contents

Class AppsLiveSetBlackWhiteListV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/v1/live/set_black_white_list 接口的请求。

public class AppsLiveSetBlackWhiteListV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsLiveSetBlackWhiteListV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsLiveSetBlackWhiteListV1Request()

public AppsLiveSetBlackWhiteListV1Request()

Properties

ActionType

获取或设置操作类型。

[JsonPropertyName("type")]
public int ActionType { get; set; }

Property Value

int

AppId

获取或设置小程序的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("app_id")]
public string? AppId { get; set; }

Property Value

string

UserUniqueId

获取或设置用户的抖音号。

[JsonPropertyName("uniq_id")]
public string UserUniqueId { get; set; }

Property Value

string