HttpEdustryAction.cs 844 B

1234567891011121314151617181920212223
  1. public class HttpEdustryAction
  2. {
  3. public static string LoginList = "/mr-endustry/v1/user/login/list";
  4. public static string Login = "/mr-endustry/v1/user/login";
  5. public static string timestamp = "/mr-endustry/v1/user/timestamp";
  6. public static string InspectionList = "/mr-endustry/v1/project/inspection/list";
  7. public static string projectTasks = "/mr-endustry/v1/project/inspection/tasks";
  8. public static string tasksReport = "/mr-endustry/v1/project/inspection/tasks/report";
  9. public static string Token = "";
  10. public static string storage_projectCredential = "/mr-endustry/v1/storage/projectCredential";
  11. public static string storage_projectUploadObject = "/mr-endustry/v1/storage/projectUploadObject";
  12. public static string storage_regionCredential = "/mr-endustry/v1/storage/regionCredential";
  13. }