调用https://quote.alltick.io/quote-b-api/kline
query = {"trace":"3baaa938-f92c-4a74-a228-fd49d5e2f8bc-1678419657806f12f21fawsf","data":{"code":"GOLD","kline_type":10,"kline_timestamp_end":1744878483050,"query_kline_num":1000,"adjust_type":0}}
的时候返回前两个数据的时间戳居然是最新的,再往后才是老的时间戳,并且这两条数据,在数组的最后又重复出现了

调用https://quote.alltick.io/quote-b-api/kline

query = {"trace":"3baaa938-f92c-4a74-a228-fd49d5e2f8bc-1678419657806f12f21fawsf","data":{"code":"GOLD","kline_type":10,"kline_timestamp_end":1744878483050,"query_kline_num":1000,"adjust_type":0}}
的时候返回前两个数据的时间戳居然是最新的,再往后才是老的时间戳,并且这两条数据,在数组的最后又重复出现了