@@ -99,7 +99,7 @@ |
||
99 | 99 | $data = self::buildParameter($params); |
100 | 100 | |
101 | 101 | if ('POST' === $requestMethod) { |
102 | - $request = $this->requestFactory->createRequest($requestMethod, $this->getUri().$method); |
|
102 | + $request = $this->requestFactory->createRequest($requestMethod, $this->getUri().$method); |
|
103 | 103 | $request->getBody()->write($data); |
104 | 104 | } else { |
105 | 105 | $this->requestFactory->createRequest($requestMethod, $this->getUri().$method.'?'.$data); |