Prechádzať zdrojové kódy

Merge branch 'exchange_sh_fix'

zwxi 10 mesiacov pred
rodič
commit
72c59c7c04
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"`