鲜花2.0-接口测试bug修复

This commit is contained in:
杨建炊 2024-08-08 09:34:57 +08:00
parent de8ecd514e
commit 3313c4a713

View File

@ -36,8 +36,8 @@ class BusinessOrdersUpdate
$this->businessGoodSku = $businessGoodSku->toArray();
$this->num = $num;
$updateResult = false;
//暂时设定重试5
for ($i = 0; $i < 5; $i++) {
//暂时设定重试3
for ($i = 0; $i < 3; $i++) {
if ($this->updateStock()) {
$updateResult = true;
break;