mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat: 批量修改
This commit is contained in:
parent
2d47be7291
commit
12aafe8a94
@ -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