@midwayjs/decoratorInterfacesIMethodAspect版本:3.0.0本页总览IMethodAspect Index MethodsafterafterReturnafterThrowaroundbeforeMethods optionalafterafter(joinPoint: JoinPoint, result: any, error: Error): anyoptionalafterReturnafterReturn(joinPoint: JoinPoint, result: any): anyoptionalafterThrowafterThrow(joinPoint: JoinPoint, error: Error): voidoptionalaroundaround(joinPoint: JoinPoint): anyoptionalbeforebefore(joinPoint: JoinPoint): void