lvhao 3 일 전
부모
커밋
9d875d76d6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;