下发余额消息日志
This commit is contained in:
parent
cf16298b79
commit
14b6eaba2a
@ -187,6 +187,7 @@ public class ChargingController {
|
|||||||
R<Object> r;
|
R<Object> r;
|
||||||
if (handler != null) {
|
if (handler != null) {
|
||||||
try {
|
try {
|
||||||
|
log.info("native refresh balance >>> {}", refreshBalanceMsg);
|
||||||
handler.sendClientBinary(HexUtils.toBytes(refreshBalanceMsg));
|
handler.sendClientBinary(HexUtils.toBytes(refreshBalanceMsg));
|
||||||
r = R.ok("余额更新已下发");
|
r = R.ok("余额更新已下发");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user