| | |
| | | |
| | | public static class AuthBean implements Serializable { |
| | | private String mac_key;//(mac+secret)的两次md5值 |
| | | private String spk;//(mac+secret)的两次md5值 |
| | | private String spk; |
| | | private RequestBean request;//设备相关信息 |
| | | |
| | | public String getMACKey() { return mac_key; } |
| | |
| | | private String ip_mac; |
| | | private String ip_address; |
| | | private String netmask = "255.255.255.0"; |
| | | private String ip_gateway = "192.168.10.1"; |
| | | private String ip_gateway; |
| | | private String dns1 = "114.114.114.114"; |
| | | private String dns2 = "8.8.8.8"; |
| | | private VersionBean[] versions; |