wangyongdong

Results 2 issues of wangyongdong

There is a method bug in line 449in file ‘src/AliOssAdapter.php’.When I want to download the resource, the resource file type is judged incorrectly and should be compatible with the processing...

### 使用PHP GET方法,不能获取到文档内容 ### 我的代码以及返回信息,还有配置文件 1、创建索引文档 ```php use Elastic\Elasticsearch\ClientBuilder; $config = App::get("config")->get('elasticsearch'); $client = ClientBuilder::create() ->setHosts([$config['host']]) ->setBasicAuthentication($config['user'], $config['pass']) ->setSSLVerification(false) ->build(); // 如果使用自签名证书,则禁用验证 $params = [ 'index' => 'my_index', 'id' =>...