注册请求费率

This commit is contained in:
ZZ 2021-09-09 10:28:39 +08:00
parent 39bd95ded6
commit e8798ada8b

View File

@ -102,6 +102,8 @@ public class ChargingPileBinaryHandler implements ClientBinaryHandler {
cachePile.put("tcfg", false);
REDIS.setCacheMap(pilekey, cachePile);
regHandler(handler, pileNo, req);
} else if (SERVICE_RMCR.equals(serviceName) && OK.equals(resultCode)) {
setCachePileRM(pilekey);
}
if (result.getBinary() != null) {
String gunId = (String) req.get("gunId");