mirror of
https://gitee.com/BDWare/sdk-java
synced 2025-01-10 01:44:19 +00:00
add updateDoipConfig
This commit is contained in:
parent
e7315e7d12
commit
d8c3d1753b
@ -93,7 +93,7 @@ public abstract class SmartContractHandler implements Handler {
|
|||||||
@Override
|
@Override
|
||||||
public void handle(JsonObject obj) {
|
public void handle(JsonObject obj) {
|
||||||
try {
|
try {
|
||||||
LOGGER.info("receive:" + obj);
|
// LOGGER.info("receive:" + obj);
|
||||||
if (!obj.has("action")) {
|
if (!obj.has("action")) {
|
||||||
LOGGER.warn("can't handle message without action: " + obj);
|
LOGGER.warn("can't handle message without action: " + obj);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user