599019643

Results 1 comments of 599019643

Field field = Contract.class.getDeclaredField("eventSubscribe"); field.setAccessible(true); EventSubscribe eventSubscribe = (EventSubscribe) field.get(); //此处替换成对应的合约对象 eventSubscribe.stop();