|
@@ -25,7 +25,7 @@ class CommonService {
|
|
|
|
|
|
public static function getAuthUrl() {
|
|
|
$baseUrl = self::getBaeUrl();
|
|
|
- return 'http://mdttest.kydev.net/api/wechat/focusarea/11/28?redirecturi=https://webcast.bizconfstreaming.com/index/user/login';
|
|
|
+ return $baseUrl.'?redirecturi='.self::getRedirectUrl();
|
|
|
}
|
|
|
|
|
|
public static function getBaeUrl() {
|