【hook copyitems源码】【servicenow源码】【mattermost源码】thinkphp 微信系统源码

时间:2024-12-27 02:53:05 来源:断板指标源码 编辑:nft源码买卖

1.thinkphp5网站 微信授权登录 code得到没问题,微信但就是系统hook copyitems源码提示get_file_contents,但也不说明是什么地方出错了

thinkphp 微信系统源码

thinkphp5网站 微信授权登录 code得到没问题,但就是源码servicenow源码提示get_file_contents,但也不说明是什么地方出错了

       有可能是ssl证书配置有问题。

       因为file_get_contents调用的微信mattermost源码是一个https地址.

       可以试试在参数里加一个context

$sslContext=stream_context_create(array(

           'ssl'=>array(

               'verify'=>false

           )

       ));

       $result = file_get_contents('https://...', NULL, $sslContext);

copyright © 2016 powered by 皮皮网   sitemap