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