Table of Contents

Class WebcastGiftTopGiftResponse

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

表示 [POST] /gift/top_gift 接口的响应。

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

Constructors

WebcastGiftTopGiftResponse()

public WebcastGiftTopGiftResponse()

Properties

Data

获取或设置返回数据。

[JsonPropertyName("data")]
public WebcastGiftTopGiftResponse.Types.Data Data { get; set; }

Property Value

WebcastGiftTopGiftResponse.Types.Data

ErrorCode

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

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

Property Value

long

ErrorMessage

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

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

Property Value

string