This commit is contained in:
linfso 2024-05-20 08:58:33 +08:00
parent 71670cc2a6
commit 373233e914

View File

@ -20,11 +20,11 @@ class TanexPrinterSdk {
VERSION="1.0.0"
MAX_SENT_RETRY_COUNT = 9;
// WS_URL = "ws://127.0.0.1:17080/ws";
// HTTP_GET_PDF = "http://127.0.0.1:17080/api/downPdfFile";
WS_URL = "ws://127.0.0.1:17080/ws";
HTTP_GET_PDF = "http://127.0.0.1:17080/api/downPdfFile";
WS_URL = "ws://192.168.88.100:17080/ws";
HTTP_GET_PDF = "http://192.168.88.100:17080/api/downPdfFile";
// WS_URL = "ws://192.168.88.100:17080/ws";
// HTTP_GET_PDF = "http://192.168.88.100:17080/api/downPdfFile";
AUTH_TOKEN=null;