From 91d9ecdd4a00af5cd98a48ccf71f9c09af61db3f Mon Sep 17 00:00:00 2001 From: cesar liu Date: Mon, 24 Oct 2022 09:53:07 +0800 Subject: [PATCH] tesst --- z01_WinAPP/fmCheckTagName.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/z01_WinAPP/fmCheckTagName.cs b/z01_WinAPP/fmCheckTagName.cs index ee7293f..365266b 100644 --- a/z01_WinAPP/fmCheckTagName.cs +++ b/z01_WinAPP/fmCheckTagName.cs @@ -168,6 +168,7 @@ namespace tpDomeWinAPP webRequestSvc svc = new webRequestSvc(); string bql = url_slot + "bql:select " + top100 + " * from control:ControlPoint "; ds = svc.obixQuery("http://60.251.164.125:8080/obix/config/Arena/Program/ObixQuery/query/", bql); + //ds = svc.obixQuery("http://localhost:8080/obix/config/Program/ObixQuery/query/", bql); dataGridView1.DataSource = ds; dataGridView1.Columns[0].Visible = false; dataGridView1.Columns[1].Width = 400;