Merge pull request !226 from 赵世界/feat/2024
This commit is contained in:
赵世界 2024-03-23 06:47:53 +00:00 committed by Gitee
commit 393c3acde7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -164,7 +164,7 @@ class KuaiTuanTuan extends BusinessClient
if (50001 == $res['error_response']['error_code'] && in_array($res['error_response']['sub_code'], ['13', '11'])) {
BusinessGoodsSku::query()->where('goods_id', $appendParams['goods_id'])->where('sku_id', $appendParams['sku_id'])->update(['is_sync' => 0]);
}
Log::error(json_encode($res, 256));
Log::error(json_encode($res, 256) . $type);
}
return $res;