|
|
@@ -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;
|
|
|
|