thefunpower/curl_authorization

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

This package is auto-updated.

Last update: 2024-10-21 09:27:08 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