commit
f31019bb0a
@ -188,7 +188,6 @@ abstract class BusinessClient
|
||||
}
|
||||
if ($promises) {
|
||||
Promise\Utils::unwrap($promises);
|
||||
\Illuminate\Support\Facades\Log::info('本次批量同步数量: ' . count($promises));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -87,6 +87,7 @@ class KuaiTuanTuan extends BusinessClient
|
||||
$batchAppendParams[] = $appendParams;
|
||||
}
|
||||
$this->batchAsyncPostRequest('https://gw-api.pinduoduo.com/api/router', $batchAppendParams);
|
||||
Log::info('本次批量同步: ' . json_encode($appendParams, 256));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user