iwebshop产品猜您喜欢API
//猜你喜欢
'getCailink'=>array(
'query'=>array(
'name' => 'goods as go,category_extend as ex',
'where' => 'go.is_del = 0',
'fields'=> 'go.id as goods_id,go.name,go.img,go.sell_price,go.market_price',
'order' => 'rand()',
'limit' => '6',
)
),