Class AppsECPaySaaSGetAppMerchantResponse
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/saas/get_app_merchant 接口的响应。
public class AppsECPaySaaSGetAppMerchantResponse : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
AppsECPaySaaSGetAppMerchantResponse
- Implements
-
ICommonResponse
- Inherited Members
Constructors
AppsECPaySaaSGetAppMerchantResponse()
public AppsECPaySaaSGetAppMerchantResponse()
Properties
ErrorCode
获取字节小程序 API 返回的详细错误号。
[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }
Property Value
ErrorMessage
获取字节小程序 API 返回的错误描述。
[JsonPropertyName("err_tips")]
public override string? ErrorMessage { get; set; }
Property Value
MerchantId
获取或设置商户号。
[JsonPropertyName("merchant_id")]
public string MerchantId { get; set; }
Property Value
Url
获取或设置请求页面链接。
[JsonPropertyName("url")]
public string Url { get; set; }