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