12345678910111213141516171819 |
- 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 InspectionList = "/mr-endustry/v1/project/inspectionList";
- public static string timestamp = "/mr-endustry/v1/user/timestamp";
- public static string projectTasks = "/mr-endustry/v1/project/tasks";
- public static string Token = "";
- public static string storage_projectCredential = "/mr-endustry/v1/storage/projectCredential";
- public static string storage_regionCredential = "/mr-endustry/v1/storage/regionCredential";
- }
|