💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
命名空间: ~~~ builder\helper ~~~ + 客户端是否允许接收json ```php Http::isAcceptJson(); ``` + 发起http请求 | 参数 | 作用 | | --- | --- | | `$url` | URL | | `$method` | 动作, 支持`get|post` | | `$contentType` | 内容类型,支持`multipart|xml|json|urlencoded` | | `$data` | `POST`数据 | | `$timeOut` | 请求超时时间 | ~~~ Http::req($url, $method = 'get', $contentType = '', array $data = [], $timeOut = 20); ~~~