thefunpower/curl_authorization

curl authorization

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/thefunpower/curl_authorization

v1.0.0 2024-08-20 08:38 UTC

This package is auto-updated.

Last update: 2025-10-21 11:32:45 UTC


README

安装

composer require thefunpower/curl_authorization

请求

$url = 'http://127.0.0.1:3001/openapi/company/index';
$bodys = [
    'title' => $this->title
];
$appcode = 'X_uLuUSvHJdiMgGEBwyoB_OVxs1r8X7E';
$out = curl_authorization($url, $bodys, $appcode);

开源协议

Apache License 2.0