Table of Contents

Class AppsCapacityUpdateSimpleQrcodeBindV1Request

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

表示 [POST] /apps/v1/capacity/update_simple_qr_bind 接口的请求。

public class AppsCapacityUpdateSimpleQrcodeBindV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsCapacityUpdateSimpleQrcodeBindV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsCapacityUpdateSimpleQrcodeBindV1Request()

public AppsCapacityUpdateSimpleQrcodeBindV1Request()

Properties

IsPrefixExclusive

获取或设置是否独占该链接作为前缀。

[JsonPropertyName("exclusive_qr_url_prefix")]
[JsonConverter(typeof(NumericalBooleanConverter))]
public bool IsPrefixExclusive { get; set; }

Property Value

bool

NewUrl

获取或设置链接地址。

[JsonPropertyName("qr_url")]
public string NewUrl { get; set; }

Property Value

string

OldUrl

获取或设置更新前的链接地址。

[JsonPropertyName("before_qr_url")]
public string OldUrl { get; set; }

Property Value

string

PagePath

获取或设置小程序页面路径。

[JsonPropertyName("load_path")]
public string PagePath { get; set; }

Property Value

string

Stage

获取或设置测试范围。

[JsonPropertyName("stage")]
public string Stage { get; set; }

Property Value

string