Table of Contents

Class AppsTaskBoxQueryAppTaskIdResponse

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

表示 [POST] /apps/taskbox/query_app_task_id 接口的响应。

public class AppsTaskBoxQueryAppTaskIdResponse : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
AppsTaskBoxQueryAppTaskIdResponse
Implements
ICommonResponse
Inherited Members

Constructors

AppsTaskBoxQueryAppTaskIdResponse()

public AppsTaskBoxQueryAppTaskIdResponse()

Properties

ErrorCode

获取字节小程序 API 返回的详细错误号。

[JsonPropertyName("error")]
public override long ErrorCode { get; set; }

Property Value

long

ErrorMessage

获取字节小程序 API 返回的错误描述。

[JsonPropertyName("message")]
public override string? ErrorMessage { get; set; }

Property Value

string

TaskIdList

获取或设置任务 ID 列表。

[JsonPropertyName("data")]
public long[] TaskIdList { get; set; }

Property Value

long[]