feat : sts
This commit is contained in:
@@ -82,7 +82,7 @@ class EvaluationService extends BaseService
|
|||||||
$insertModel->sku_id = $orderGoodInfo->sku_id;
|
$insertModel->sku_id = $orderGoodInfo->sku_id;
|
||||||
$insertModel->chef_id = $skuInfo->chef_id;
|
$insertModel->chef_id = $skuInfo->chef_id;
|
||||||
$insertModel->score = $this->request->input('score');
|
$insertModel->score = $this->request->input('score');
|
||||||
if (!$this->request->input('image_ids')) {
|
if ($this->request->input('image_ids')) {
|
||||||
$imageIds = explode(',',$this->request->input('image_ids'));
|
$imageIds = explode(',',$this->request->input('image_ids'));
|
||||||
if (count($imageIds) > 9) throw new ErrException('超出可以传图片最大值');
|
if (count($imageIds) > 9) throw new ErrException('超出可以传图片最大值');
|
||||||
$this->updateOssObjects($imageIds);
|
$this->updateOssObjects($imageIds);
|
||||||
|
|||||||
Reference in New Issue
Block a user