feat: 批量修改
This commit is contained in:
parent
2d47be7291
commit
12aafe8a94
@ -188,7 +188,6 @@ abstract class BusinessClient
|
|||||||
}
|
}
|
||||||
if ($promises) {
|
if ($promises) {
|
||||||
Promise\Utils::unwrap($promises);
|
Promise\Utils::unwrap($promises);
|
||||||
\Illuminate\Support\Facades\Log::info('本次批量同步数量: ' . count($promises));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -87,6 +87,7 @@ class KuaiTuanTuan extends BusinessClient
|
|||||||
$batchAppendParams[] = $appendParams;
|
$batchAppendParams[] = $appendParams;
|
||||||
}
|
}
|
||||||
$this->batchAsyncPostRequest('https://gw-api.pinduoduo.com/api/router', $batchAppendParams);
|
$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