能 @Override public void action(Context context) { logger.info("接收到 CreateWalletFunction 的action请求"); walletService.createWalletService(context); } }