Table of Contents

Class AppsCapacityApplyCapacityV1Response

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

表示 [POST] /apps/v1/capacity/apply_capacity 接口的响应。

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

Constructors

AppsCapacityApplyCapacityV1Response()

public AppsCapacityApplyCapacityV1Response()

Properties

ErrorCode

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

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

Property Value

long

ErrorMessage

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

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

Property Value

string