findById($order->user_id); if (!$account->phone) { return false; } $templateId = $this->getTemplateId($this->templateCode); $params = [ $order->subject, $order->sn, $order->amount, ]; return $this->send($account->phone, $templateId, $params); } }