Skip to content

Commit

Permalink
增加 APP 获取云睿平台配置 接口
Browse files Browse the repository at this point in the history
  • Loading branch information
iMactool committed Sep 14, 2022
1 parent d78035e commit 2cfdd02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Auth/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,17 @@ public function getAccessToken()
}
}

/**
* 获取云睿平台配置
* @return mixed
* 返回值:
* androidCode Android安全码
* iosCode iOS安全码
* realmName 视频播放初始化所需环境
* @author cc
*/
public function getLechangeConfig()
{
return $this->getJson('/gateway/membership/api/common/getLechangeConfig');
}
}

0 comments on commit 2cfdd02

Please sign in to comment.