do modify huodong christmas coupon share content
Showing
1 changed file
with
5 additions
and
2 deletions
@@ -18,10 +18,13 @@ class CartModel | @@ -18,10 +18,13 @@ class CartModel | ||
18 | { | 18 | { |
19 | 19 | ||
20 | /** | 20 | /** |
21 | + * 获取购物车数据 | ||
22 | + * | ||
23 | + * @param string $shoppingKey 客户端标识 | ||
21 | * @param integer $uid 用户ID | 24 | * @param integer $uid 用户ID |
22 | - * @return array|mixed 处理之后的购物车数据 | 25 | + * @return array | mixed 处理之后的购物车数据 |
23 | */ | 26 | */ |
24 | - public static function getCartData($uid) | 27 | + public static function getCartData($shoppingKey, $uid) |
25 | { | 28 | { |
26 | $result = array( | 29 | $result = array( |
27 | 'cartNav' => true, | 30 | 'cartNav' => true, |
-
Please register or login to post a comment