findById($params['user']['id']); if (!$account->phone) return null; $params['live']['start_time'] = date('H:i', $params['live']['start_time']); /** * 直播预告,课程名称:{1},章节名称:{2},开播时间:{3} */ $params = [ $params['course']['title'], $params['chapter']['title'], $params['live']['start_time'], ]; $templateId = $this->getTemplateId($this->templateCode); return $this->send($account->phone, $templateId, $params); } }