Class AppsECPaySaaSGetAppMerchantRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/saas/get_app_merchant 接口的请求。
public class AppsECPaySaaSGetAppMerchantRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsECPaySaaSGetAppMerchantRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsECPaySaaSGetAppMerchantRequest()
public AppsECPaySaaSGetAppMerchantRequest()
Properties
AppId
获取或设置小程序的 AppId。
[JsonPropertyName("app_id")]
public string AppId { get; set; }
Property Value
ComponentAccessToken
获取或设置第三方平台 AccessToken。
[JsonPropertyName("component_access_token")]
public string ComponentAccessToken { get; set; }
Property Value
ComponentAppId
获取或设置小程序第三方平台应用 ID。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("thirdparty_id")]
public string? ComponentAppId { get; set; }
Property Value
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonPropertyName("sign")]
public string? Signature { get; set; }
Property Value
UrlType
获取或设置 URL 类型。
[JsonPropertyName("url_type")]
public int UrlType { get; set; }