Commit 8abebd80 authored by 吴琼's avatar 吴琼

xiugai

parent c4d4689a
...@@ -518,7 +518,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -518,7 +518,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
Map param = Maps.newHashMap(); Map param = Maps.newHashMap();
param.put("userIds",record.getUserId()); param.put("userIds",record.getUserId());
//String userUrl = userSysUrl + "/api/sync/listByUserIds"; //String userUrl = userSysUrl + "/api/sync/listByUserIds";
String userUrl = "http://passportapi-test.tjzimu.com/api/sync/listByUserIds"; //String userUrl = "http://passportapi-test.tjzimu.com/api/sync/listByUserIds";
String userUrl = "http://passportapi-qa.liangkebang.net/api/sync/listByUserIds";
log.error("TransactionReceiptRecordServiceImpl updateTransactionRecordsStatus 调用用户中心 begin"); log.error("TransactionReceiptRecordServiceImpl updateTransactionRecordsStatus 调用用户中心 begin");
String userResult = httpService.get(userUrl, param); String userResult = httpService.get(userUrl, param);
if (StringUtils.isEmpty(userResult)) { if (StringUtils.isEmpty(userResult)) {
......
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