|
|
@@ -176,7 +176,7 @@ public class GEServiceImpl implements GEService {
|
|
|
try{
|
|
|
//resultResponse = HuToolUtils.post(asnUrl,dto);
|
|
|
//头部请求参数
|
|
|
- Map<String,String> headerMap = null;
|
|
|
+ Map<String,String> headerMap = new HashMap<>();;
|
|
|
headerMap.put("user","WD");
|
|
|
headerMap.put("password","WD@test+1");
|
|
|
resultResponse = HuToolUtils.post(asnUrl,dto,headerMap);
|