可信空间连接器入住接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment