add clear

This commit is contained in:
as2252258@163.com
2019-07-12 18:50:05 +08:00
parent cac575718b
commit 3642cd343d
+6 -3
View File
@@ -38,12 +38,15 @@ class Http
}
/**
* @param $url
* @param $url
* @param string $type
* @param array $data
* @return Result
* @param callable|NULL $callback
* @param bool $isSSL
* @return array|mixed|Result
* @throws \Exception
*
* 使用swoole协程方式请求
* @throws
*/
private function coroutine($url, $type = 'get', $data = [], callable $callback = NULL, $isSSL = FALSE)
{