提交代码
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user