Authored by Rock Zhang

修复测试环境登陆不上的问题

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