|
|
@ -30,7 +30,7 @@ namespace AksWebBrowser |
|
|
|
//高拍仪devIndex |
|
|
|
//高拍仪devIndex |
|
|
|
public static string gpydevIndex = "0"; |
|
|
|
public static string gpydevIndex = "0"; |
|
|
|
//签字版、指纹、身份证 |
|
|
|
//签字版、指纹、身份证 |
|
|
|
public static string signUrl = "http://192.168.0.234:9399/device"; |
|
|
|
public static string signUrl = "http://127.0.0.1:9399/device"; |
|
|
|
//请求超时 |
|
|
|
//请求超时 |
|
|
|
public static int timeout = 3000; |
|
|
|
public static int timeout = 3000; |
|
|
|
//票据打印机 |
|
|
|
//票据打印机 |
|
|
@ -44,7 +44,7 @@ namespace AksWebBrowser |
|
|
|
//是否开启高拍仪 |
|
|
|
//是否开启高拍仪 |
|
|
|
public static bool isGPY = false; |
|
|
|
public static bool isGPY = false; |
|
|
|
//双目摄像头 |
|
|
|
//双目摄像头 |
|
|
|
public static string smWebsocket = "ws://192.168.0.234:22226"; |
|
|
|
public static string smWebsocket = "ws://127.0.0.1:22226"; |
|
|
|
//消息推送 |
|
|
|
//消息推送 |
|
|
|
public static string messageData { get; set; } |
|
|
|
public static string messageData { get; set; } |
|
|
|
//人脸比对阈值 |
|
|
|
//人脸比对阈值 |
|
|
|