Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新获取标的列表接口,根据 accept-language 返回数据 #301

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ slug: changelog
sidebar_position: 7
---

## 2024-09-11

- 更新获取标的列表接口
- `GET /v1/quote/get_security_list` 返回的多语言名称根据请求头 `accept-language` 返回对应字段,不再一次性返回三种语言名称

## 2024-08-28

- SDK 中 `Depth.price` 字段从 `Decimal` 类型改为 `Optional[Decimal]` 类型
Expand Down
5 changes: 5 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ slug: changelog
sidebar_position: 7
---

## 2024-09-11

- Updated Get Security List API
- The `GET /v1/quote/get_security_list` now returns the name in the corresponding language based on the `accept-language` request header, instead of returning all three languages at once.

## 2024-08-28

- Change the `Depth.price` field in the SDK from `Decimal` type to `Optional[Decimal]` type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ slug: changelog
sidebar_position: 7
---

## 2024-09-11

- 更新獲取標的列表接口
- `GET /v1/quote/get_security_list` 返回的多語言名稱根據請求頭 `accept-language` 返回對應字段,不再一次性返回三種語言名稱

## 2024-08-28

- SDK 中 `Depth.price` 字段从 `Decimal` 类型改为 `Optional[Decimal]` 类型
Expand Down
Loading