Commit 27739637 by guojuxing

回调调整

parent 3823de44
......@@ -239,7 +239,7 @@ public class TransferAccountsApprovalApiServiceImpl implements TransferAccountsA
param.put("totalFeePaid", accountAmount);
param.put("auditStatus", status);
param.put("timeEnd", new SimpleDateFormat("yyyyMMdd").format(new Date()));
DubboContextUtil.initRegistryConfig("10.105.220.75", 2199);
//DubboContextUtil.initRegistryConfig("10.105.220.75", 2199);
Object name = genericService.$invoke("offlineCallBack", new String[]{String.class.getName()}, new String[]{param.toJSONString()});
}
}
......
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