fix offset

This commit is contained in:
yanweidong
2026-02-05 20:54:40 +08:00
parent 7462740cf9
commit 19ca55d7f1

View File

@@ -11,7 +11,7 @@ import (
)
var (
offset = 3 // 偏移量
offset = 0 // 偏移量
)
type StockArgConf struct {