소스 검색

添加机房巡检接口后缀

蓝色星空 1 년 전
부모
커밋
b9b6a039ef
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Assets/HttpActionLang.cs

+ 4 - 0
Assets/HttpActionLang.cs

@@ -17,5 +17,9 @@ public class HttpActionLang : Singleton<HttpActionLang>
 
     public const string apply = "/mr-endustry/v1/assistance/apply";
 
+    public const string inspection_begin = "/mr-endustry/v1/inspection/begin"; // 机房巡检开始
+
+    public const string inspection_step = "/mr-endustry/v1/inspection/step"; // 机房巡检步骤上报
+
     public string mqttSocket ="";
 }