From a00cae3a48982cf2df2ff9879599173dc3a90f1b Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 19 Mar 2024 19:51:27 +0800 Subject: [PATCH] Add region and time format doc. --- docs/getting-started.md | 6 +++++- .../current/getting-started.md | 6 ++++++ .../current/getting-started.md | 6 +++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index deb1fe6e..b936de72 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -21,9 +21,13 @@ import TabItem from '@theme/TabItem'; :::info 中国大陆地区访问,建议采用 `openapi.longportapp.cn`, `openapi-quote.longportapp.cn`, `openapi-trade.longportapp.cn` 以提升访问速度。 -如果使用我们的 SDK,可以通过设置环境变量 `LONGPORT_REGION=cn` 来使用中国大陆的接入点 +如果使用我们的 SDK,可以通过设置环境变量 `LONGPORT_REGION=cn` 来使用中国大陆的接入点,当前我们仅有 `hk` 和 `cn` 两个地区可选。 ::: +## 时间格式 + +所有 API 返回有关时间的字段,我们都采用 [Unix Timestamp](https://en.wikipedia.org/wiki/Unix_time) 时区为 UTC。 + ## 环境需求 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/getting-started.md b/i18n/en/docusaurus-plugin-content-docs/current/getting-started.md index ec1b3fdd..8ff02d2a 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/getting-started.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/getting-started.md @@ -20,8 +20,14 @@ LongPort OpenAPI SDK is implemented based on Rust we have released SDK for Pytho :::tip For access in mainland China, it is recommended to use `openapi.longportapp.cn`, `openapi-quote.longportapp.cn`, `openapi-trade.longportapp.cn` to improve access speed. + +If you are use our SDK, the `LONGPORT_REGION=cn` env variable can to use to setup the API region (Current only support: `cn`, `hk`). ::: +## Time Format + +All API response are used [Unix Timestamp](https://en.wikipedia.org/wiki/Unix_time), timezone is UTC. + ## Environment Requirements diff --git a/i18n/zh-HK/docusaurus-plugin-content-docs/current/getting-started.md b/i18n/zh-HK/docusaurus-plugin-content-docs/current/getting-started.md index 434cf6a5..ae95f5f7 100644 --- a/i18n/zh-HK/docusaurus-plugin-content-docs/current/getting-started.md +++ b/i18n/zh-HK/docusaurus-plugin-content-docs/current/getting-started.md @@ -21,9 +21,13 @@ LongPort OpenAPI SDK 基於 Rust 底層提供標準實現,目前我們已經 :::tip 中國大陸地區訪問,建議採用 `openapi.longportapp.cn`, `openapi-quote.longportapp.cn`, `openapi-trade.longportapp.cn` 以提升訪問速度。 -如果您使用我們的 SDK,可以通過設置環境變量 LONGPORT_REGION=cn 來使用位於中國大陸的接入點。 +如果您使用我們的 SDK,可以通過設置環境變量 LONGPORT_REGION=cn 來使用位於中國大陸的接入點,目前我們只有 `hk` 和 `cn` 兩個地區可選。 ::: +## 時間格式 + +所有 API 傳回有關時間的字段,我們都採用 [Unix Timestamp](https://en.wikipedia.org/wiki/Unix_time) 時區為 UTC。 + ## 環境需求