更新快检功能
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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user