Forráskód Böngészése

添加机房巡检接口后缀

蓝色星空 1 éve
szülő
commit
b9b6a039ef
1 módosított fájl, 4 hozzáadás és 0 törlés
  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 ="";
 }