Skip to content

Commit

Permalink
cloud api url
Browse files Browse the repository at this point in the history
  • Loading branch information
yulei745 committed Mar 15, 2020
1 parent ae734c8 commit 5c8be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qcloud/QcloudManage.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function createSmsDriver()
public function createDiscuzCloudDriver()
{
$config = [
'base_uri' => 'https://discuz.chat/api/',
'base_uri' => 'https://cloud.discuz.chat/api/',
'timeout' => 15
];
return $this->buildService(DiscuzCloudService::class, $config);
Expand Down

0 comments on commit 5c8be86

Please sign in to comment.