feat : sts
This commit is contained in:
@@ -66,8 +66,12 @@ class ViewService extends BaseService
|
||||
|
||||
$adminInfo = $this->adminUserModel->find($skuInfo->chef_id);
|
||||
|
||||
$imageList = $this->getOssObjects(explode(',',$skuInfo->image_ids));
|
||||
$imageUrl = array_column($imageList,'url');
|
||||
$imageUrl = [];
|
||||
if (!empty($skuInfo->image_ids)){
|
||||
$imageList = $this->getOssObjects(explode(',',$skuInfo->image_ids));
|
||||
$imageUrl = array_column($imageList,'url');
|
||||
}
|
||||
|
||||
|
||||
$res = [
|
||||
'title' => $skuInfo->title,
|
||||
|
||||
Reference in New Issue
Block a user