瀏覽代碼

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