|
|
@@ -1690,7 +1690,11 @@ class WorkOrder extends Api
|
|
|
{
|
|
|
$fileName = '黄金叶(软大金圆)(二维码版)';
|
|
|
$filePath = 'uploads/黄金叶(软大金圆)(二维码版).xlsx'; // Excel文件路径
|
|
|
+ // $fileContent = file_get_contents($filePath);
|
|
|
|
|
|
+ // return $fileContent;
|
|
|
+
|
|
|
+
|
|
|
$protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http';
|
|
|
$host = $_SERVER['HTTP_HOST'];
|
|
|
$siteUrl = $protocol . '://' . $host .'/'.$filePath ;
|