Authored by 郭成尧

'热销排行数据打印'

... ... @@ -245,6 +245,8 @@ class NewsaleModel
$result = array();
$data = NewsaleData::getTopProducts($gender, $channel, $sort, $tab_id, $limit, $page);
echo '热销排行数据:';
print_r($data);
if (isset($data['code']) && $data['code'] === 200 && isset($data['data']['product_list'])) {
$result = NewSaleProcess::topData($data['data'], $notab, $limit, $page);
... ...