This commit is contained in:
2023-12-12 15:35:36 +08:00
parent 9814e06e8d
commit 6da3575619
5 changed files with 104 additions and 103 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ namespace Kiri;
use Closure;
use CurlHandle;
defined('SPLIT_URL') or define('SPLIT_URL', '/(http[s]?:\/\/)?(([\w\-_]+\.)+\w+(:\d+)?)((\/[a-zA-Z0-9\-]+)+[\/]?(\?[a-zA-Z]+=.*)?)?/');
@@ -56,7 +57,7 @@ abstract class ClientAbstracts implements IClient
/**
* @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client|\CurlHandle
* @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client|CurlHandle
*/
protected mixed $client;