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