Commit dcb66161 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 2f74d630
...@@ -166,7 +166,7 @@ class BaiwangApiService extends PlatformAbstractService ...@@ -166,7 +166,7 @@ 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/x-www-form-urlencoded', 'Content-Type'=> 'application/json;charset=UTF-8',
]; ];
$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