...
|
...
|
@@ -429,7 +429,7 @@ class CartModel |
|
|
*/
|
|
|
public static function getRecommendProduct($channel, $uid, $udid, $page)
|
|
|
{
|
|
|
$result = array('code' => 200, 'message' => '', 'data' => array('header' => '为你优选', 'hasPrev' => false, 'hasNext' => false, 'item' => array()));
|
|
|
$result = array('code' => 200, 'message' => '', 'data' => array('header' => '为您优选', 'hasPrev' => false, 'hasNext' => false, 'item' => array()));
|
|
|
|
|
|
do {
|
|
|
if (!is_numeric($page)) {
|
...
|
...
|
|