|
@@ -106,11 +106,9 @@ public class ServerAddress
|
|
|
public static string API_B08_event = YZTServerAddress + "/open/event?projectId=";
|
|
|
public static string API_B08_questionStatis = YZTServerAddress + "/open/questionStatis?projectId=";
|
|
|
//public static string API_B08_inspectType = YZTServerAddress + "/open/inspectType?projectId=";
|
|
|
- //只有补元的 先写死了
|
|
|
- public static string API_B08_inspectType = YZTServerAddress + "/open/xunjianType?projectId=";
|
|
|
-
|
|
|
- //拿任务详细信息 (看起来是乱嗨写的)
|
|
|
- public static string API_B08_taskInfo = YZTServerAddress + "/open/xunjianrenwu?projectId=";
|
|
|
+ public static string API_B08_inspectType = YZTServerAddress + "/open/xunjianType?projectid=";
|
|
|
+ //拿任务详细信息
|
|
|
+ public static string API_B08_taskInfo = YZTServerAddress + "/open/xunjianrenwu?projectid=";
|
|
|
|
|
|
/// <summary>
|
|
|
/// 获取站点水位信息(折线图和信息列表)
|