Преглед изворни кода

feat():修改获取授权码的方式

geek пре 4 година
родитељ
комит
c07188a1d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/index/controller/Setting.php

+ 1 - 1
application/index/controller/Setting.php

@@ -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']]);
     }