Commit 2f74d630 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent de9b1b40
...@@ -165,8 +165,8 @@ class BaiwangApiService extends PlatformAbstractService ...@@ -165,8 +165,8 @@ class BaiwangApiService extends PlatformAbstractService
{ {
$options = []; $options = [];
$options['headers'] = [ $options['headers'] = [
'Accept' => 'application/json;charset=UTF-8', //'Accept' => 'application/json;charset=UTF-8',
'Content-Type'=> 'application/json;charset=UTF-8', 'Content-Type'=> 'application/x-www-form-urlencoded',
]; ];
$options['body'] = $this->requestParamsEncode($paramsBody); $options['body'] = $this->requestParamsEncode($paramsBody);
......
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