更新快检功能

This commit is contained in:
wyf
2026-03-10 12:01:00 +08:00
parent d0ae2a9f76
commit 6472baf993
48 changed files with 8046 additions and 120 deletions

View File

@@ -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";
}