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