Commit e86b7a7c by 이병복

int -> int64

parent 2f9694ff
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
type DeviceInfo struct { type DeviceInfo struct {
SeqNo int `json:"seq"` SeqNo int `json:"seq"`
OrdNo int `json:"ordNo"` OrdNo int64 `json:"ordNo"`
SerialKey string `json:"serial_key"` SerialKey string `json:"serial_key"`
CallNo string `json:"call_no"` CallNo string `json:"call_no"`
DLCIP string `json:"dlc_ip"` DLCIP string `json:"dlc_ip"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment