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