code review by hf: do merge liangzhifeng codes
Showing
1 changed file
with
0 additions
and
3 deletions
@@ -130,10 +130,7 @@ class Helpers | @@ -130,10 +130,7 @@ class Helpers | ||
130 | public static function getShoppingKeyByCookie() | 130 | public static function getShoppingKeyByCookie() |
131 | { | 131 | { |
132 | $cookie = isset($_COOKIE['_Spk']) ? $_COOKIE['_Spk'] : ''; | 132 | $cookie = isset($_COOKIE['_Spk']) ? $_COOKIE['_Spk'] : ''; |
133 | -<<<<<<< HEAD | ||
134 | 133 | ||
135 | -======= | ||
136 | ->>>>>>> develop | ||
137 | return $cookie; | 134 | return $cookie; |
138 | } | 135 | } |
139 | 136 |
-
Please register or login to post a comment