Merge pull request #15 from yaqiyang/fixsendfunction
Fix the request body in the send function
This commit is contained in:
Коммит
abc44d84b5
|
@ -141,7 +141,7 @@ class ServiceRestProxy extends RestProxy
|
|||
$method,
|
||||
$uri,
|
||||
$headers,
|
||||
$body);
|
||||
$actualBody);
|
||||
|
||||
$client = new \GuzzleHttp\Client(
|
||||
array(
|
||||
|
|
Загрузка…
Ссылка в новой задаче