Table of Contents

Class AppsSetUserStorageRequest

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

表示 [POST] /apps/set_user_storage 接口的请求。

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

Constructors

AppsSetUserStorageRequest()

public AppsSetUserStorageRequest()

Properties

KeyValueList

获取或设置键值对列表。

[JsonPropertyName("kv_list")]
public IList<AppsSetUserStorageRequest.Types.KeyValue> KeyValueList { get; set; }

Property Value

IList<AppsSetUserStorageRequest.Types.KeyValue>

OpenId

获取或设置用户的 OpenId。

[JsonIgnore]
public string OpenId { get; set; }

Property Value

string

SessionKey

获取或设置会话密钥。

[JsonIgnore]
public string SessionKey { get; set; }

Property Value

string

SignMethod

(使用默认值即可,无需修改)

[JsonIgnore]
public string SignMethod { get; set; }

Property Value

string

Signature

获取或设置请求签名。如果不指定将由系统自动生成。

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

Property Value

string