Table of Contents

Class TikTokShopClientOptions

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

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

public class TikTokShopClientOptions
Inheritance
TikTokShopClientOptions
Inherited Members

Constructors

TikTokShopClientOptions()

public TikTokShopClientOptions()

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