Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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; |
-
Please register or login to post a comment