HttpEdustryAction.cs 298 B

12345678910111213
  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 InspectionList = "/mr-endustry/v1/project/inspectionList";
  6. public static string Token = "";
  7. }