mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
feat: 修改
This commit is contained in:
parent
a6475d7d45
commit
e9ad57ad46
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user