|
|
@@ -58,7 +58,7 @@ public class SkyImageApiService {
|
|
|
|
|
|
public String accessToken() {
|
|
|
//请求头
|
|
|
- Map<String, String> header = new HashMap<>();
|
|
|
+ /*Map<String, String> header = new HashMap<>();
|
|
|
header.put("Content-Type", "application/json");
|
|
|
Map<String, String> param = new HashMap<>();
|
|
|
param.put("appKey", appKey);
|
|
|
@@ -71,13 +71,13 @@ public class SkyImageApiService {
|
|
|
return result;
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
- }
|
|
|
+ }*/
|
|
|
return "";
|
|
|
}
|
|
|
|
|
|
public void syncUserInfo(SyncUserDto syncUser) {
|
|
|
//请求头
|
|
|
- Map<String, String> header = new HashMap<>();
|
|
|
+ /*Map<String, String> header = new HashMap<>();
|
|
|
header.put("Content-Type", "application/json");
|
|
|
|
|
|
//请求实体(json/xml适用)-
|
|
|
@@ -99,7 +99,7 @@ public class SkyImageApiService {
|
|
|
System.out.println(result);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
/**
|