|
@@ -33,7 +33,7 @@ import java.util.*;
|
|
|
@RequiredArgsConstructor
|
|
|
public class SyncOrderInfoLogic {
|
|
|
|
|
|
-
|
|
|
+/*
|
|
|
@Value("${gree.V3.gettoken}")
|
|
|
private String tokenUrl;
|
|
|
@Value("${gree.check.barcode}")
|
|
@@ -65,7 +65,7 @@ public class SyncOrderInfoLogic {
|
|
|
@Value("${gree.V3.client.secert}")
|
|
|
private String v3ClientSecert;
|
|
|
@Value("${gree.url}")
|
|
|
- private String apiUrlFeedBack;
|
|
|
+ private String apiUrlFeedBack;*/
|
|
|
|
|
|
@Autowired
|
|
|
ItfGreeSynRuleService itfGreeSynRuleService;
|
|
@@ -116,6 +116,7 @@ public class SyncOrderInfoLogic {
|
|
|
* @return
|
|
|
|
|
|
*/
|
|
|
+/*
|
|
|
public String getAccessToken() throws RemoteServiceException {
|
|
|
String redisKey = Constant.RedisPrefix.TOKEN_GREE;
|
|
|
String token = (String)redisUtil.get(redisKey);
|
|
@@ -137,6 +138,7 @@ public class SyncOrderInfoLogic {
|
|
|
}
|
|
|
return accessToken;
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
public void syncFo() {
|
|
|
}
|