Authored by 梁志锋

https 登录问题

@@ -814,10 +814,10 @@ class Helpers @@ -814,10 +814,10 @@ class Helpers
814 $url = 'https://login.m.yohobuy.com'; 814 $url = 'https://login.m.yohobuy.com';
815 break; 815 break;
816 case 'testing': 816 case 'testing':
817 - $url = 'http://m1.yohobuy.com'; 817 + $url = 'https://login.m.yohobuy.com'; //http://m1.yohobuy.com 没有https时
818 break; 818 break;
819 default: 819 default:
820 - $url = 'http://m1.yohobuy.com'; 820 + $url = 'https://login.m.yohobuy.com';
821 break; 821 break;
822 } 822 }
823 $url .= '/Passport/session/index?callback=' . $callback . '&sign=' . md5(md5($uid . 'Js8Yn0!EwPM45-ws')) . '&uid=' . $uid . '&go=' . $refer; 823 $url .= '/Passport/session/index?callback=' . $callback . '&sign=' . md5(md5($uid . 'Js8Yn0!EwPM45-ws')) . '&uid=' . $uid . '&go=' . $refer;