lvhao 3 dias atrás
pai
commit
9d875d76d6
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      core/CoreApp/models/Model_apitt.php

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

@@ -536,7 +536,8 @@ function __construct(){
 	//或者叫做获取联盟的单子
 	public function getAffiliateOrders($shop){
 		$url = "https://open-api.tiktokglobalshop.com";
-		$link = "/affiliate_partner/202411/orders/search";
+		//$link = "/affiliate_partner/202411/orders/search";
+		$link = "/affiliate_seller/202410/orders/search";
 		$time = $end_time = time();
 		$start_time = $end_time - 3600 * 24 *3;