Table of Contents

Class TikTokShopLegacyClientOptions

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

一个用于构造 TikTokShopLegacyClient 时使用的配置项。

[Obsolete("此类型专为旧版 API 设计,将于 2024-12-31 下线。")]
public class TikTokShopLegacyClientOptions
Inheritance
TikTokShopLegacyClientOptions
Inherited Members

Constructors

TikTokShopLegacyClientOptions()

public TikTokShopLegacyClientOptions()

Properties

AppKey

获取或设置 TikTok Shop AppKey。

public string AppKey { get; set; }

Property Value

string

AppSecret

获取或设置 TikTok Shop AppSecret。

public string AppSecret { get; set; }

Property Value

string

Endpoint

获取或设置 TikTok API 入口点。

默认值:DEFAULT

public string Endpoint { get; set; }

Property Value

string

EndpointForAuthAPI

获取或设置 TikTok Auth API 入口点。

默认值:DEFAULT

public string EndpointForAuthAPI { get; set; }

Property Value

string

Timeout

获取或设置请求超时时间(单位:毫秒)。

默认值:30000

public int Timeout { get; set; }

Property Value

int