|
@@ -129,7 +129,7 @@ public class CommonServiceImpl implements CommonService {
|
|
|
// 发送请求
|
|
|
Map<String, Object> map = new LinkedHashMap<>();
|
|
|
map.put("ticket", tkt);
|
|
|
- map.put(SystemConstant.SERVICE_KEY, ecLogin);
|
|
|
+ map.put(SystemConstant.SERVICE_KEY, loginUrlRoot);
|
|
|
try {
|
|
|
String data = HttpUtil.get(authserver, map, null, System.currentTimeMillis());
|
|
|
log.warn("data:{}", data);
|