下发余额消息日志

This commit is contained in:
ZZ 2021-08-24 12:05:38 +08:00
parent cf16298b79
commit 14b6eaba2a

View File

@ -187,6 +187,7 @@ public class ChargingController {
R<Object> r;
if (handler != null) {
try {
log.info("native refresh balance >>> {}", refreshBalanceMsg);
handler.sendClientBinary(HexUtils.toBytes(refreshBalanceMsg));
r = R.ok("余额更新已下发");
} catch (IOException e) {