syssetApi.go
@@ -237,11 +237,11 @@ } func (api SysSetApi) GetRemoteFullServerInfo() (flag bool,d interface{}){ url := api.getBasicUrl() + DATA_URL_PREFIX + "/sysset/getFullDevInfo" func (api SysSetApi) GetRemoteFullServerInfo(headers map[string]string) (flag bool,d interface{}){ url := api.getBasicUrl() + DATA_URL_PREFIX + "/sysset/getDevInfo" client := NewClient() body, err := client.DoGetRequest(url, nil, nil) body, err := client.DoGetRequest(url, nil, headers) if err != nil { return false, nil }