app_config.dart 149 B

12345
  1. class AppConfig {
  2. static String apiHost = "otapi.beswell.com";
  3. // static String apiHost = "t-otapi.beswell.com";
  4. static int apiPort = 10001;
  5. }