更新快检功能
This commit is contained in:
@@ -5,6 +5,8 @@ class ServiceConstant {
|
||||
// static const String baseHost = "vsbst-api.he-info.com";//服务地址
|
||||
// static const String service_address = "http://$baseHost";
|
||||
static String service_address = "https://$baseHost";
|
||||
static String qc_service_address = "https://fast-check.he-info.cn";
|
||||
|
||||
|
||||
static String server_service = "/vsbs_app_server"; //服务名称
|
||||
|
||||
@@ -63,4 +65,10 @@ class ServiceConstant {
|
||||
|
||||
//下发wifi控制指令
|
||||
static const String sendWifiCommand = "/api/device/cmd/ttd";
|
||||
//查询快检状态
|
||||
static const String checkQuickStatus = "/api/fc/status";
|
||||
//查询历史快检
|
||||
static const String getCheckHistory = "/api/fc/history";
|
||||
//更新快检状态
|
||||
static const String qcControl = "/api/fc/control";
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ import 'package:vbvs_app/enum/APPPackageType.dart';
|
||||
class AppConstants {
|
||||
// App-related constants
|
||||
|
||||
static const String zhmht_app_version = "SWES_1.2026.1.8"; //眠花糖
|
||||
static const String zhmht_app_version = "SWES_1.2026.3.6"; //眠花糖
|
||||
static const String theh_app_version = "1.2601.12"; //太和
|
||||
|
||||
// 1. 纯字符串列表格式
|
||||
@@ -61,9 +61,11 @@ class AppConstants {
|
||||
|
||||
double smaller_text_fontSize = 18.rpx; //普通文字字号
|
||||
double small_text_fontSize = 20.rpx; //普通文字字号
|
||||
double small_an_text_fontSize = 21.rpx; //普通文字字号
|
||||
double middler_text_fontSize = 24.rpx; //普通文字字号
|
||||
double normal_text_fontSize = 26.rpx; //普通文字字号
|
||||
double title_text_fontSize = 30.rpx; //标题文字字号
|
||||
double bigger_text_fontSize = 36.rpx; //标题文字字号
|
||||
|
||||
double dropdown_height = 90.rpx; //标题文字字号
|
||||
double border_width = 1.rpx; //标题文字字号//border宽度
|
||||
@@ -89,8 +91,8 @@ class AppConstants {
|
||||
|
||||
//系统参数
|
||||
//运行打包APP模式
|
||||
int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.HUANSHUI.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.DONGHUA.code; //1.默认太和 2.欢睡 3.眠花糖 4.东华
|
||||
// int ent_type = APPPackageType.HAIER.code; //1.默认太和 2.欢睡 3.眠花糖 4.东华 5.海尔沃棣
|
||||
|
||||
Reference in New Issue
Block a user