feat : sts
This commit is contained in:
@@ -233,7 +233,7 @@ class GoodCache
|
||||
$imageList = $this->getOssObjects($imageIds);
|
||||
|
||||
foreach ($list as &$item) {
|
||||
$item['url'] = $imageList[$sku['image_id']]['url'] ?? '';
|
||||
$item['url'] = $imageList[$item['image_id']]['url'] ?? '';
|
||||
}
|
||||
|
||||
$this->redis->set($this->purchaseKey, json_encode($list));
|
||||
|
||||
Reference in New Issue
Block a user