unknown 6 дней назад
Родитель
Сommit
0a1050cfb5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/api/controller/ProductionSummary.php

+ 1 - 1
application/api/controller/ProductionSummary.php

@@ -73,7 +73,7 @@ class ProductionSummary extends Api
         $siteUrl = $protocol . '://' . $host . '/' . $tempPath;
         $siteUrl = $protocol . '://' . $host . '/' . $tempPath;
 
 
         $this->success('成功', [
         $this->success('成功', [
-            'url'   => $siteUrl,
+            'url'   => $tempPath,
             'month' => $monthStr,
             'month' => $monthStr,
             'days'  => $daysInMonth,
             'days'  => $daysInMonth,
             'sheets'=> $daysInMonth + 1,
             'sheets'=> $daysInMonth + 1,