first(); } /** * 记录短信发送日志 * * @param $data * @return mixed */ public function recordSmsLog($data) { return SmsSendLog::create($data); } }