md
This commit is contained in:
parent
71670cc2a6
commit
373233e914
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user