فهرست منبع

修改链接地址和版本号

udream-cxs 4 سال پیش
والد
کامیت
dfd3345e92
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      lib/utils/url.dart
  2. 1 1
      pubspec.yaml

+ 2 - 2
lib/utils/url.dart

@@ -1,7 +1,7 @@
 const String imgFontUrl = "http://sellerAdminpp.udreamtech.com/files/ty/";
 
-const String socketUrl = "ws://app4.edtyun.com:8002";
-const String baseUrl = "http://app4.edtyun.com:10227";
+const String socketUrl = "wss://app4.edtyun.com:8003";
+const String baseUrl = "https://app4.edtyun.com:8443";
 //阿里oss地址
 const String ossUrl = "http://ty-oss-file.oss-cn-hangzhou.aliyuncs.com";
 //微信分享跳转地址

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ description: 电梯管家连接一切
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 4.0.0+1
+version: 4.0.9+59
 
 environment:
   sdk: ">=2.2.2 <3.0.0"