瀏覽代碼

添加机房巡检接口后缀

蓝色星空 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 ="";
 }