Browse Source

添加机房巡检接口后缀

蓝色星空 1 year ago
parent
commit
b9b6a039ef
1 changed files with 4 additions and 0 deletions
  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 ="";
 }