Explorar o código

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

geek %!s(int64=4) %!d(string=hai) anos
pai
achega
c07188a1d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']]);
     }