3.5 钩子 @FunctionalInterfacepublic interface WebHook { boolean before(Signature signature); default boolean after(Signature signature) { }