feat : phone pool
This commit is contained in:
@@ -256,6 +256,7 @@ class SkuService extends BaseService
|
|||||||
$res = $skuInfo->toArray();
|
$res = $skuInfo->toArray();
|
||||||
|
|
||||||
$res['image_list'] = array_values($imageList);
|
$res['image_list'] = array_values($imageList);
|
||||||
|
$res['chef_name'] = $this->chefModel->getChineseNameById((int)$res['chef_id']);
|
||||||
|
|
||||||
return $this->return->success('success',$res);
|
return $this->return->success('success',$res);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user