Преглед изворни кода

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"`