From da5d8ef4dcb67053e034b38180fb501b9064c6d0 Mon Sep 17 00:00:00 2001 From: jay <75509151@qq.com> Date: Mon, 10 Jul 2023 14:32:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=E9=93=B1=E5=A1=94=E6=99=BA=E8=81=94?= =?UTF-8?q?=E7=BD=91=E5=85=B3=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/init/category.json | 5 +++++ data/init/product.json | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/init/category.json b/data/init/category.json index 611f0791..48d7630e 100755 --- a/data/init/category.json +++ b/data/init/category.json @@ -48,5 +48,10 @@ "id": "SmartMeter", "name": "智能电表", "createAt": 1681444312184 + }, + { + "id": "OpenIitaGateway", + "name": "铱塔智联智能网关", + "createAt": 1688969826383 } ] \ No newline at end of file diff --git a/data/init/product.json b/data/init/product.json index f259f723..c18f62e4 100755 --- a/data/init/product.json +++ b/data/init/product.json @@ -184,5 +184,17 @@ "isOpenLocate": false, "transparent": false, "createAt": 1649653149339 - } + },{ + "id": 1, + "productKey": "openiitagateway01", + "productSecret": "openiitasecret01", + "name": "铱塔智联智能网关01", + "category": "OpenIitaGateway", + "nodeType": 0, + "uid": "1", + "isOpenLocate": 1, + "transparent": false, + "locateUpdateType": "manual", + "createAt": 1649653149339 +} ] \ No newline at end of file