更新沃棣背景适配
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class ServiceConstant {
|
||||
// static const String baseHost = "zhmht.swes.com.cn:27021"; //服务地址 眠花糖测试地址
|
||||
static String baseHost = "zhmht.swes.com.cn:27020"; //服务地址 眠花糖正式地址
|
||||
static String baseHost = "zhmht.swes.com.cn:27020"; //服务地址 眠花糖正式地址
|
||||
// static const String baseHost = "vsbs-test.he-info.cn"; //服务地址 本地测试地址
|
||||
// static const String baseHost = "vsbst-api.he-info.com";//服务地址
|
||||
// static const String service_address = "http://$baseHost";
|
||||
static String service_address = "https://$baseHost";
|
||||
static String service_address = "https://$baseHost";
|
||||
|
||||
static String server_service = "/vsbs_app_server"; //服务名称
|
||||
|
||||
@@ -51,17 +51,16 @@ class ServiceConstant {
|
||||
static const String policy_url =
|
||||
"https://vsbst-api.he-info.cn/vsbs_sotrage/privacy-scheme/"; //协议地址
|
||||
|
||||
static const String weather_url =
|
||||
"/api/weather/info"; //天气信息
|
||||
|
||||
static const String app_system_push_message =
|
||||
"/api/user/push/info"; //系统消息推送
|
||||
static const String weather_url = "/api/weather/info"; //天气信息
|
||||
|
||||
static const String app_system_push_message = "/api/user/push/info"; //系统消息推送
|
||||
|
||||
static const String bgUrl =
|
||||
"https://vsbst-api.he-info.cn/vsbs_sotrage/background-image/taihe.png";
|
||||
static const String localTimeZone =
|
||||
"/api/city/data/utc/info";
|
||||
//todo 检查app更新
|
||||
static const String checkAPPVersion =
|
||||
"/api/app/update/check";
|
||||
static const String localTimeZone = "/api/city/data/utc/info";
|
||||
//todo 检查app更新
|
||||
static const String checkAPPVersion = "/api/app/update/check";
|
||||
|
||||
//下发wifi控制指令
|
||||
static const String sendWifiCommand = "/api/device/cmd/ttd";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user