Commit aed1a2fc authored by 吴琼's avatar 吴琼

恢复配置路径

parent e9deded0
......@@ -347,8 +347,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
Integer userId = record.getUserId();
String orderNo = record.getOrderNo();
//调用kdsp接口获取交易凭证订单信息
//String url = kdspOperationUrl + "/api/kdsp/op/fa-cui/transaction-proof/query";
String url = "http://kdsp-operation-test7.liangkebang.net/api/kdsp/op/fa-cui/transaction-proof/query";
String url = kdspOperationUrl + "/api/kdsp/op/fa-cui/transaction-proof/query";
//String url = "http://kdsp-operation-test7.liangkebang.net/api/kdsp/op/fa-cui/transaction-proof/query";
try {
Map<String, String> header = Maps.newHashMap();
header.put("Content-type", "application/json");
......@@ -598,9 +598,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
//调用天津自牧用户中心接口
Map param = Maps.newHashMap();
param.put("userIds",record.getUserId());
//String userUrl = userSysUrl + "/api/sync/listByUserIds";
//String userUrl = "http://passportapi-test.tjzimu.com/api/sync/listByUserIds";
String userUrl = "http://passportapi-test7.liangkebang.net/api/sync/listByUserIds";
String userUrl = userSysUrl + "/api/sync/listByUserIds";
//String userUrl = "http://passportapi-test7.liangkebang.net/api/sync/listByUserIds";
log.error("TransactionReceiptRecordServiceImpl updateTransactionRecordsStatus 调用用户中心 begin");
String userResult = httpService.get(userUrl, param);
if (StringUtils.isEmpty(userResult)) {
......@@ -628,8 +627,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
header.put("Content-type", "application/json");
header.put("qg-tenant-id", "560761");
//调用电商接口
//String kUrl = kdspOperationUrl + "/api/kdsp/op/fa-cui/transaction-proof/check";
String kUrl = "http://kdsp-operation-test7.liangkebang.net/api/kdsp/op/fa-cui/transaction-proof/check";
String kUrl = kdspOperationUrl + "/api/kdsp/op/fa-cui/transaction-proof/check";
//String kUrl = "http://kdsp-operation-test7.liangkebang.net/api/kdsp/op/fa-cui/transaction-proof/check";
//得到json字符串
Map param1 = Maps.newHashMap();
param1.put("userId",record.getUserId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment