eee
This commit is contained in:
+2
-5
@@ -143,11 +143,8 @@ class CoroutineClient extends ClientAbstracts
|
|||||||
}
|
}
|
||||||
if ($this->isGet()) {
|
if ($this->isGet()) {
|
||||||
if (!empty($data)) $path .= '?' . $data;
|
if (!empty($data)) $path .= '?' . $data;
|
||||||
} else {
|
} else if (!empty($data)) {
|
||||||
$data = $this->mergeParams($data);
|
$this->client->setData($data);
|
||||||
if (!empty($data)) {
|
|
||||||
$this->client->setData($data);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return $path;
|
return $path;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user