Browse Source

checkredis

yuenan
娄梦宁 3 years ago
parent
commit
2a68cb9137
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      addons/unishop/controller/Product.php

+ 0
- 2
addons/unishop/controller/Product.php View File

@@ -81,8 +81,6 @@ class Product extends Base
$data->evaluate_list = collection($evaluate)->append(['createtime_text'])->toArray();
}
$data = $data->append(['images_text', "detail_images_text",'spec_list', 'spec_table_list'])->toArray();
print_r($data);
die();
$this->success('', $data);
} catch (Exception $e) {
$this->error($e->getMessage());


Loading…
Cancel
Save