add clear
This commit is contained in:
+5
-2
@@ -41,9 +41,12 @@ class Http
|
||||
* @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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user