core_scan_service = new CoreScanService(); } /** * 校验扫码信息 * @param string $key * @return mixed */ public function checkScan(string $key) { return $this->core_scan_service->checkScan($this->site_id, $key); } }