Showing
2 changed files
with
2 additions
and
2 deletions
@@ -70,7 +70,7 @@ public class RfidController { | @@ -70,7 +70,7 @@ public class RfidController { | ||
70 | @ResponseBody | 70 | @ResponseBody |
71 | public ApiResponse querySkuInfo(@RequestParam(value="ip", required=false) String ip, | 71 | public ApiResponse querySkuInfo(@RequestParam(value="ip", required=false) String ip, |
72 | @RequestParam(value="mac", required=false) String mac) throws GatewayException { | 72 | @RequestParam(value="mac", required=false) String mac) throws GatewayException { |
73 | - logger.info("Enter RfidController.queryLeaveSku. ip is {}, mac is {}", ip, mac); | 73 | + logger.info("Enter RfidController.querySkuInfo. ip is {}, mac is {}", ip, mac); |
74 | 74 | ||
75 | Object result = null; | 75 | Object result = null; |
76 | Map<String, Map<String, Long>> allTagsMap = SocketConstant.allTags; | 76 | Map<String, Map<String, Long>> allTagsMap = SocketConstant.allTags; |
@@ -4,7 +4,7 @@ is_debug_enable=${is_debug_enable} | @@ -4,7 +4,7 @@ is_debug_enable=${is_debug_enable} | ||
4 | is_checksession_enable=${is_checksession_enable} | 4 | is_checksession_enable=${is_checksession_enable} |
5 | 5 | ||
6 | # ******************** client servers ******************** | 6 | # ******************** client servers ******************** |
7 | -# mac:ip:port:power(1:启用,0:不启用,30:功率):speedMode(SPEED_FASTEST(0), SPEED_NORMAL(1), SPEED_POWERSAVE(2), SPEED_FULL_POWER(3)) | 7 | +# mac:ip:port:power(1:use, 0:no use, 30:capacity):speedMode(SPEED_FASTEST(0), SPEED_NORMAL(1), SPEED_POWERSAVE(2), SPEED_FULL_POWER(3)) |
8 | rfid.client.address=${rfid.client.address} | 8 | rfid.client.address=${rfid.client.address} |
9 | 9 | ||
10 | #zookeeper address | 10 | #zookeeper address |
-
Please register or login to post a comment