Authored by 梁志锋

合并HTTPS的修改

@@ -867,7 +867,7 @@ class Helpers @@ -867,7 +867,7 @@ class Helpers
867 if (empty($cn_alphabet)) { 867 if (empty($cn_alphabet)) {
868 $cn_alphabet = 'goods.html'; 868 $cn_alphabet = 'goods.html';
869 } 869 }
870 - return 'http://item.yohobuy.com/product/pro_' . $product_id . '_' . $goods_id . '/' . $cn_alphabet. '.html'; 870 + return '//item.yohobuy.com/product/pro_' . $product_id . '_' . $goods_id . '/' . $cn_alphabet. '.html';
871 } 871 }
872 872
873 /** 873 /**