mirror of
https://github.com/YGGverse/nex-php.git
synced 2025-02-10 14:14:13 +00:00
fix query format
This commit is contained in:
parent
55b4c879e4
commit
1129cd1657
@ -113,7 +113,10 @@ class Client
|
|||||||
sprintf(
|
sprintf(
|
||||||
"%s%s\r\n",
|
"%s%s\r\n",
|
||||||
$this->_path,
|
$this->_path,
|
||||||
$this->_query
|
$this->_query ? sprintf(
|
||||||
|
'?%s',
|
||||||
|
$this->_query
|
||||||
|
) : null
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user