注册请求费率
This commit is contained in:
parent
39bd95ded6
commit
e8798ada8b
@ -102,6 +102,8 @@ public class ChargingPileBinaryHandler implements ClientBinaryHandler {
|
|||||||
cachePile.put("tcfg", false);
|
cachePile.put("tcfg", false);
|
||||||
REDIS.setCacheMap(pilekey, cachePile);
|
REDIS.setCacheMap(pilekey, cachePile);
|
||||||
regHandler(handler, pileNo, req);
|
regHandler(handler, pileNo, req);
|
||||||
|
} else if (SERVICE_RMCR.equals(serviceName) && OK.equals(resultCode)) {
|
||||||
|
setCachePileRM(pilekey);
|
||||||
}
|
}
|
||||||
if (result.getBinary() != null) {
|
if (result.getBinary() != null) {
|
||||||
String gunId = (String) req.get("gunId");
|
String gunId = (String) req.get("gunId");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user