|
@@ -113,7 +113,7 @@ class Setting extends BaseController {
|
|
|
}
|
|
|
|
|
|
public function authCode($channelId) {
|
|
|
- $info = (new SettingService())->setAuthUrl((int)$channelId,'https://webcast.bizconfstreaming.com/soa-mdl?channelId'.$channelId);
|
|
|
+ $info = (new SettingService())->setAuthUrl((int)$channelId,'https://webcast.bizconfstreaming.com/soa-mdl?channelId='.$channelId);
|
|
|
Until::output(['authCode' => $info['encrypt_code']]);
|
|
|
}
|
|
|
|