@@ -3,11 +3,11 @@ import 'package:track_common/track_common.dart';
class AppConfig {
///正式版
- static const apiHostProd = "otapi.beswell.com";
- // static String apiHost = "t-otapi.beswell.com";
+ static const apiHostProd = "otapi.colormaprun.com";
+
/// 开发版
- static const apiHostDev = 'otapi.colormaprun.com';
- static int apiPort = 10001;
+ static const apiHostDev = 'totapi-lc.colormaprun.com';
+ static int apiPort = 443;
static int apiPortDev = 443;
static String apiHost = apiHostProd;
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 1.2.4+2
+version: 1.2.4+3
environment:
sdk: '>=3.1.5 <4.0.0'