Skip to content

Commit

Permalink
修改描述
Browse files Browse the repository at this point in the history
  • Loading branch information
lestercx committed Jul 7, 2023
1 parent a1899c6 commit fd2c8b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion http接口/最新成交报价查询.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GET /quote-b-api/trade-tick
"data": {
"tick_list": [
{
"code": "857.HK",
"code": "USDJPY",
"seq": "30841439",
"tick_time": "1677831545217",
"price": "136.302",
Expand Down
2 changes: 1 addition & 1 deletion http接口/行情地址说明.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 行情地址说明
/quote-b-api 股票查询API
/quote-b-api 外汇、贵金属、能源查询API

查询API为http协议,url为https://quote.aatest.online/quote-b-api

Expand Down
4 changes: 2 additions & 2 deletions http接口/通用标准头.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| data | 数据体 | object || 具体数据格式见各个接口定义 |
```json
{
"trace":"asdfsdfa",
"trace":"2aaaa938-f92c-4a74-a228-fd49d5e2f8bd",
"data":{
}
}
Expand All @@ -24,7 +24,7 @@
{
"ret":202,
"msg":"request data param invalid",
"trace":"asdfsdfa",
"trace":"2aaaa938-f92c-4a74-a228-fd49d5e2f8bd",
"data":{
}
}
Expand Down

0 comments on commit fd2c8b3

Please sign in to comment.