Class TikTokShopLegacyClientOptions
- 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
AppSecret
获取或设置 TikTok Shop AppSecret。
public string AppSecret { get; set; }
Property Value
Endpoint
获取或设置 TikTok API 入口点。
默认值:DEFAULT
public string Endpoint { get; set; }
Property Value
EndpointForAuthAPI
获取或设置 TikTok Auth API 入口点。
默认值:DEFAULT
public string EndpointForAuthAPI { get; set; }
Property Value
Timeout
获取或设置请求超时时间(单位:毫秒)。
默认值:30000
public int Timeout { get; set; }