package rpcs type ArgsCheckDeviceNetConfig struct { Md5 string `json:"md5"` DeviceCode string `json:"device_code"` } type ReplyCheckDeviceNetConfig struct { Result bool `json:"result"` }