Merge pull request #15 from yaqiyang/fixsendfunction

Fix the request body in the send function
This commit is contained in:
Vincent Jiang (LEI) 2016-07-01 11:51:08 +08:00 коммит произвёл GitHub
Родитель eadb0378df 54e08a3562
Коммит abc44d84b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -141,7 +141,7 @@ class ServiceRestProxy extends RestProxy
$method,
$uri,
$headers,
$body);
$actualBody);
$client = new \GuzzleHttp\Client(
array(