合并个股和指数

This commit is contained in:
钱纯净
2025-02-17 23:39:38 +08:00
parent 59a9517a11
commit 058e87b9be

View File

@@ -158,7 +158,9 @@ func (kline) Decode(bs []byte, Type uint8) (*KlineResp, error) {
}
k.Amount = Price(getVolume(Uint32(bs[4:8])) * 100) //从元转为分,并去除多余的小数
//指数和股票的差别bs[12:]
bs = bs[8:]
resp.List = append(resp.List, k)
}