197dafab by xu

可信空间连接器入住接口

1 parent 8d90fc2a
...@@ -126,7 +126,7 @@ public class DataPortServiceImpl implements DataPortService { ...@@ -126,7 +126,7 @@ public class DataPortServiceImpl implements DataPortService {
126 JSONObject data = new JSONObject(); 126 JSONObject data = new JSONObject();
127 data.put("guid", entity.getGuid()); 127 data.put("guid", entity.getGuid());
128 data.put("connectorIdentity", entity.getConnectorIdentity()); 128 data.put("connectorIdentity", entity.getConnectorIdentity());
129 jsonObject.put("zqData", data); 129 jsonObject.put("zqData", data.toJSONString());
130 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl()); 130 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
131 log.info("======连接器注册结束======"); 131 log.info("======连接器注册结束======");
132 } 132 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!