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