mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]增加又模式网页授权兼容
This commit is contained in:
parent
c07f237eca
commit
a63b2993ca
@ -41,11 +41,11 @@ class Wechat extends Controller
|
||||
* @return mixed
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
* @throws \think\Exception
|
||||
* @throws \think\exception\PDOException
|
||||
*/
|
||||
public function jssdk()
|
||||
{
|
||||
$wechat = WechatService::script();
|
||||
$options = $wechat->getJsSign($this->request->url(true));
|
||||
return $this->fetch('wechat@api/tools/jssdk', ['options' => $options]);
|
||||
return $this->fetch('wechat@api/tools/jssdk', ['options' => WechatService::webJsSDK()]);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user