Table of Contents

Class AppsCapacityUploadMaterialV1Request

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

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

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

Constructors

AppsCapacityUploadMaterialV1Request()

public AppsCapacityUploadMaterialV1Request()

Properties

MaterialFileBytes

获取或设置资源文件字节数组。

[JsonIgnore]
public byte[] MaterialFileBytes { get; set; }

Property Value

byte[]

MaterialFileName

获取或设置封面图片文件名。如果不指定将由系统自动生成。

[JsonIgnore]
public string? MaterialFileName { get; set; }

Property Value

string

MaterialType

获取或设置上传的文件类型。

[JsonIgnore]
public int MaterialType { get; set; }

Property Value

int