lvhao vor 1 Monat
Ursprung
Commit
4c126dd020
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/CoreApp/models/Model_apitt.php

+ 1 - 1
core/CoreApp/models/Model_apitt.php

@@ -626,7 +626,7 @@ function __construct(){
 	//获取直播单子
 	public function getLiveOrders($shop){
 		$url = 'https://open-api.tiktokglobalshop.com';
-		$link = '/analytics/202508/shop_lives/performance/';
+		$link = '/analytics/202508/shop_lives/performance';
 		$time = time();
 		$start_date_ge = date('Y-m-d', strtotime('-3 day'));
 		$end_date_lt = date('Y-m-d', time());