Commit d879d5e2 authored by hangjun83's avatar hangjun83

财务开票模块更新]

parent 35838899
...@@ -77,7 +77,7 @@ trait HttpClientHelpers ...@@ -77,7 +77,7 @@ trait HttpClientHelpers
return $this->clientRequest('post', $uri, $options); return $this->clientRequest('post', $uri, $options);
} }
protected function clientRequest($requestType, $uri,$options) public function clientRequest($requestType, $uri,$options)
{ {
$requestOptions = $this->getDefaultOptions(); $requestOptions = $this->getDefaultOptions();
$requestOptions = array_merge_recursive($requestOptions, $options); $requestOptions = array_merge_recursive($requestOptions, $options);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment