소스 검색

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