Table of Contents

Class CommentOpenGetRequest

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

表示 [POST] /comment/open/get 接口的请求。

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

Constructors

CommentOpenGetRequest()

public CommentOpenGetRequest()

Properties

AccessToken

获取或设置字节小程序的 AccessToken。

注意:部分第三方平台的接口中该字段表示授权方的 AuthorizerAccessToken。

[JsonPropertyName("access_token")]
public override string? AccessToken { get; set; }

Property Value

string

AppId

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

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

Property Value

string

BusinessLineType

获取或设置业务线类型。

[JsonPropertyName("biz_line")]
public int BusinessLineType { get; set; }

Property Value

int

Limit

获取或设置分页每页数量。

默认值:20

[JsonPropertyName("count")]
public int Limit { get; set; }

Property Value

int

Offset

获取或设置分页起始位置。

[JsonPropertyName("offset")]
public int Offset { get; set; }

Property Value

int

OriginId

获取或设置商品或课程 ID。

[JsonPropertyName("origin_id")]
public string OriginId { get; set; }

Property Value

string