Commit 99ac67b7 authored by 黎博's avatar 黎博

bug fix

parent f2cee012
......@@ -55,7 +55,7 @@ public class MqService {
Map<String, String> headers = new HashMap<>();
headers.put("Authorization", QA_MQ_AUTH);
headers.put("Content-Type", "application/json");
HttpClientUtils.doPostJson(qaMqUrl, headers, JSON.toJSONString(JSON.toJSONString(onlineDefinitions)));
HttpClientUtils.doPostJson(qaMqUrl, headers, JSON.toJSONString(onlineDefinitions));
log.info("MQ同步成功:{}", host);
return true;
} catch (Exception e) {
......
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