device_net_config.go 199 B

12345678910
  1. package rpcs
  2. type ArgsCheckDeviceNetConfig struct {
  3. Md5 string `json:"md5"`
  4. DeviceCode string `json:"device_code"`
  5. }
  6. type ReplyCheckDeviceNetConfig struct {
  7. Result bool `json:"result"`
  8. }