Table of Contents

Class AppsSetUserStorageResponse

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

表示 [POST] /apps/set_user_storage 接口的响应。

public class AppsSetUserStorageResponse : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
AppsSetUserStorageResponse
Implements
ICommonResponse
Inherited Members

Constructors

AppsSetUserStorageResponse()

public AppsSetUserStorageResponse()

Properties

ErrorNumber

获取或设置错误代号。

[JsonPropertyName("error")]
public int ErrorNumber { get; set; }

Property Value

int

Methods

IsSuccessful()

获取一个值,该值指示调用字节小程序 API 是否成功(即 HTTP 状态码为 200、且 "errcode" 值为 0)。

public override bool IsSuccessful()

Returns

bool