Commit 58dffb44 张东亮

料架打印机添加cid

1 个父辈 569af27c
...@@ -206,6 +206,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -206,6 +206,7 @@ namespace OnlineStore.DeviceLibrary
{ {
string msg = ""; string msg = "";
Dictionary<string, string> map = new Dictionary<string, string>(); Dictionary<string, string> map = new Dictionary<string, string>();
map.Add("cid", ConfigAppSettings.GetValue("cid", "01"));
string server = GetAddr(Addr_GetPrintInfo, map); string server = GetAddr(Addr_GetPrintInfo, map);
DateTime startTime = DateTime.Now; DateTime startTime = DateTime.Now;
string resultStr = HttpHelper.Get(server); string resultStr = HttpHelper.Get(server);
...@@ -244,7 +245,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -244,7 +245,7 @@ namespace OnlineStore.DeviceLibrary
{ {
string msg = ""; string msg = "";
Dictionary<string, string> map = new Dictionary<string, string>(); Dictionary<string, string> map = new Dictionary<string, string>();
// map.Add("barcode", barcode); map.Add("cid", ConfigAppSettings.GetValue("cid","01"));
string server = GetAddr(Addr_FinishPrint, map); string server = GetAddr(Addr_FinishPrint, map);
DateTime startTime = DateTime.Now; DateTime startTime = DateTime.Now;
string resultStr = HttpHelper.Get(server); string resultStr = HttpHelper.Get(server);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!