load('user'); $user = $notifiable->user; $wecom_key = config('settings.wecom.robot_hook.billing'); return [ 'key' => $wecom_key, 'view' => 'notifications.charge_success', 'data' => [ 'user' => $user, 'balance' => $notifiable, ], ]; } }