1234567891011121314151617181920212223 |
- public class HttpEdustryAction
- {
- public static string LoginList = "/mr-endustry/v1/user/login/list";
- public static string Login = "/mr-endustry/v1/user/login";
- public static string timestamp = "/mr-endustry/v1/user/timestamp";
- public static string InspectionList = "/mr-endustry/v1/project/inspection/list";
- public static string projectTasks = "/mr-endustry/v1/project/inspection/tasks";
- public static string tasksReport = "/mr-endustry/v1/project/inspection/tasks/report";
- public static string Token = "";
- public static string storage_projectCredential = "/mr-endustry/v1/storage/projectCredential";
- public static string storage_projectUploadObject = "/mr-endustry/v1/storage/projectUploadObject";
- public static string storage_regionCredential = "/mr-endustry/v1/storage/regionCredential";
- }
|