lvhao 1 месяц назад
Родитель
Сommit
4c126dd020
1 измененных файлов с 1 добавлено и 1 удалено
  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());