mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-14 10:32:49 +00:00
Update CloudService.php
This commit is contained in:
parent
9bc5f0f3bd
commit
89e2bf05f1
@ -13,7 +13,7 @@ class CloudService
|
|||||||
{
|
{
|
||||||
use HasHttpRequests;
|
use HasHttpRequests;
|
||||||
|
|
||||||
private $baseUri = 'https://oss.niucloud.com/';
|
private $baseUri = 'http://oss.niucloud.com/';
|
||||||
|
|
||||||
public function httpPost(string $url, array $options = []) {
|
public function httpPost(string $url, array $options = []) {
|
||||||
return $this->toRequest($url, 'POST', $options);
|
return $this->toRequest($url, 'POST', $options);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user