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