Authored by wangshusheng

打包

... ... @@ -70,7 +70,7 @@ public class RfidController {
@ResponseBody
public ApiResponse querySkuInfo(@RequestParam(value="ip", required=false) String ip,
@RequestParam(value="mac", required=false) String mac) throws GatewayException {
logger.info("Enter RfidController.queryLeaveSku. ip is {}, mac is {}", ip, mac);
logger.info("Enter RfidController.querySkuInfo. ip is {}, mac is {}", ip, mac);
Object result = null;
Map<String, Map<String, Long>> allTagsMap = SocketConstant.allTags;
... ...
... ... @@ -4,7 +4,7 @@ is_debug_enable=${is_debug_enable}
is_checksession_enable=${is_checksession_enable}
# ******************** client servers ********************
# mac:ip:port:power(1:启用,0:不启用,30:功率):speedMode(SPEED_FASTEST(0), SPEED_NORMAL(1), SPEED_POWERSAVE(2), SPEED_FULL_POWER(3))
# 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))
rfid.client.address=${rfid.client.address}
#zookeeper address
... ...