Bläddra i källkod

下载路劲优化

unknown 6 dagar sedan
förälder
incheckning
0a1050cfb5
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
 
         $this->success('成功', [
-            'url'   => $siteUrl,
+            'url'   => $tempPath,
             'month' => $monthStr,
             'days'  => $daysInMonth,
             'sheets'=> $daysInMonth + 1,