|
|
- Log.WriteInfoLog(string.Format("[GetKeysOnline] order={0},sn={1},Elapsed={2}", order, sn, watch.Elapsed.TotalMilliseconds));
|
|
|
+ Log.WriteInfoLog(string.Format("[GetIDMKeys] order={0},sn={1},Elapsed={2} GetKeys={3}", order, sn, watch.Elapsed.TotalMilliseconds, result ? "成功" : "失败"));
|