valid(); } /** * @param AlipayExecInterface $notice * @return mixed */ public static function notice(AlipayExecInterface $notice) { return $notice->exec(); } }