Class AppsCapacityAddSimpleQrcodeBindV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/add_simple_qr_bind 接口的请求。
public class AppsCapacityAddSimpleQrcodeBindV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityAddSimpleQrcodeBindV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityAddSimpleQrcodeBindV1Request()
public AppsCapacityAddSimpleQrcodeBindV1Request()
Properties
IsPrefixExclusive
获取或设置是否独占该链接作为前缀。
[JsonPropertyName("exclusive_qr_url_prefix")]
[JsonConverter(typeof(NumericalBooleanConverter))]
public bool IsPrefixExclusive { get; set; }
Property Value
PagePath
获取或设置小程序页面路径。
[JsonPropertyName("load_path")]
public string PagePath { get; set; }
Property Value
Stage
获取或设置测试范围。
[JsonPropertyName("stage")]
public string Stage { get; set; }
Property Value
Url
获取或设置链接地址。
[JsonPropertyName("qr_url")]
public string Url { get; set; }