sunhao 5 years ago
parent
commit
82217a7765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/StatisticsController.php

+ 1 - 1
app/Http/Controllers/Admin/StatisticsController.php

@@ -1491,7 +1491,7 @@ class StatisticsController extends Controller
1491 1491
      * orderSaleRank 实时销售数据展榜
1492 1492
      */
1493 1493
     public function orderSaleRank(Request $request){
1494
-        header('Location:https://datav.aliyuncs.com/share/c936e72d66c7b5900238cf51cbd31884');
1494
+        header('Location:https://datav.aliyuncs.com/share/52065f53a48a366a7097f07d086ad085');
1495 1495
         exit;
1496 1496
     }
1497 1497