Table of Contents

Class AppsCapacityBindSelfMountUserV1Request

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

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

public class AppsCapacityBindSelfMountUserV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsCapacityBindSelfMountUserV1Request
Implements
ICommonRequest
Derived
Inherited Members

Constructors

AppsCapacityBindSelfMountUserV1Request()

public AppsCapacityBindSelfMountUserV1Request()

Properties

AwemeId

获取或设置抖音号。

[JsonPropertyName("aweme_id")]
public string AwemeId { get; set; }

Property Value

string

CapacityKey

获取或设置挂载能力标识。

[JsonPropertyName("capacity_key")]
public string CapacityKey { get; set; }

Property Value

string