提交代码

This commit is contained in:
2025-01-16 11:24:15 +08:00
parent 79a4b53ee5
commit 726383b62e
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace FineUIPro.Web.HJGL.FL
if (project != null && !string.IsNullOrEmpty(project.HJProjectCode))
{
//项目无损检测量
var str5 = APIGetHttpService.Http("http://192.168.30.40:8102/csm/third/getNdtList/" + project.HJProjectCode, "GET");
var str5 = APIGetHttpService.Http("https://4dgd.cwcec.com:443/csm/third/getNdtList/" + project.HJProjectCode, "GET");
if (!string.IsNullOrEmpty(str5))
{
JArray arr1 = JArray.Parse(str5);