瀏覽代碼

Merge branch 'exchange_sh_fix'

zwxi 10 月之前
父節點
當前提交
72c59c7c04
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/base_from_sh.go

+ 1 - 1
models/base_from_sh.go

@@ -294,7 +294,7 @@ type Position []struct {
 type SHMessage struct {
 	Position   Position `json:"o_cursor"`
 	Length     string   `json:"showlength"`
-	Code       int      `json:"o_code"`
+	Code       string   `json:"o_code"`
 	Msg        string   `json:"o_msg"`
 	ReportDate string   `json:"report_date"`
 	UpdateDate string   `json:"update_date"`