Explorar el Código

Merge branch 'exchange_sh_fix'

zwxi hace 10 meses
padre
commit
72c59c7c04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"`