Authored by 郭成尧

'全部商品的shop_id'

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