Authored by 郭成尧

'全部商品的shop_id'

... ... @@ -371,7 +371,7 @@ class ListModel
array_push($result['category'], array('subcategory' => $item['sub']));
}
$result['allproduct'] = Helpers::url('/search/list', array(
'shop' => $shop_id,
'shop_id' => $shop_id,
));
return $result;
}
... ...