diff --git "a/http\346\216\245\345\217\243/\346\234\200\346\226\260\346\210\220\344\272\244\346\212\245\344\273\267\346\237\245\350\257\242.md" "b/http\346\216\245\345\217\243/\346\234\200\346\226\260\346\210\220\344\272\244\346\212\245\344\273\267\346\237\245\350\257\242.md" index 3e0d24d..bacd629 100644 --- "a/http\346\216\245\345\217\243/\346\234\200\346\226\260\346\210\220\344\272\244\346\212\245\344\273\267\346\237\245\350\257\242.md" +++ "b/http\346\216\245\345\217\243/\346\234\200\346\226\260\346\210\220\344\272\244\346\212\245\344\273\267\346\237\245\350\257\242.md" @@ -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", diff --git "a/http\346\216\245\345\217\243/\350\241\214\346\203\205\345\234\260\345\235\200\350\257\264\346\230\216.md" "b/http\346\216\245\345\217\243/\350\241\214\346\203\205\345\234\260\345\235\200\350\257\264\346\230\216.md" index 8e71087..0a71d5d 100644 --- "a/http\346\216\245\345\217\243/\350\241\214\346\203\205\345\234\260\345\235\200\350\257\264\346\230\216.md" +++ "b/http\346\216\245\345\217\243/\350\241\214\346\203\205\345\234\260\345\235\200\350\257\264\346\230\216.md" @@ -1,5 +1,5 @@ # 行情地址说明 -/quote-b-api 股票查询API +/quote-b-api 外汇、贵金属、能源查询API 查询API为http协议,url为https://quote.aatest.online/quote-b-api diff --git "a/http\346\216\245\345\217\243/\351\200\232\347\224\250\346\240\207\345\207\206\345\244\264.md" "b/http\346\216\245\345\217\243/\351\200\232\347\224\250\346\240\207\345\207\206\345\244\264.md" index 3cfc393..4adfad6 100644 --- "a/http\346\216\245\345\217\243/\351\200\232\347\224\250\346\240\207\345\207\206\345\244\264.md" +++ "b/http\346\216\245\345\217\243/\351\200\232\347\224\250\346\240\207\345\207\206\345\244\264.md" @@ -6,7 +6,7 @@ | data | 数据体 | object | 是 | 具体数据格式见各个接口定义 | ```json { - "trace":"asdfsdfa", + "trace":"2aaaa938-f92c-4a74-a228-fd49d5e2f8bd", "data":{ } } @@ -24,7 +24,7 @@ { "ret":202, "msg":"request data param invalid", - "trace":"asdfsdfa", + "trace":"2aaaa938-f92c-4a74-a228-fd49d5e2f8bd", "data":{ } }