Class TikTokShopLegacyEndpoints
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
TikTok Shop API 接口域名。
[Obsolete("此类型专为旧版 API 设计,将于 2024-12-31 下线。")]
public static class TikTokShopLegacyEndpoints
- Inheritance
-
TikTokShopLegacyEndpoints
- Inherited Members
Fields
DEFAULT
主域名(默认)。
public const string DEFAULT = "https://open-api.tiktokglobalshop.com/api"
Field Value
REGION_US
美国域名。
public const string REGION_US = "https://open-api.us.tiktokglobalshop.com/api"
Field Value
SANDBOX
沙箱域名。
public const string SANDBOX = "https://open-api-sandbox.tiktokglobalshop.com/api"