作者 王智

222

... ... @@ -1161,7 +1161,7 @@ class Index extends Api
if (empty($product_id)) {
$return['count'] = [];
$return['list'] = [];
$this->success('成功', $return);
$this->success('成功1', $return);
die;
}
foreach ($product_id as $k => $v) {
... ...