Table of Contents

Class AppsECPaySaaSAddMerchantResponse

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

表示 [POST] /apps/ecpay/saas/add_merchant 接口的响应。

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

Constructors

AppsECPaySaaSAddMerchantResponse()

public AppsECPaySaaSAddMerchantResponse()

Properties

ErrorCode

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

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

Property Value

long

ErrorMessage

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

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

Property Value

string

MerchantId

获取或设置商户号。

[JsonPropertyName("merchant_id")]
public string MerchantId { get; set; }

Property Value

string

Url

获取或设置请求页面链接。

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string