Commit b1d22568 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent d48279ab
...@@ -163,7 +163,7 @@ class BaiwangApiService extends PlatformAbstractService ...@@ -163,7 +163,7 @@ class BaiwangApiService extends PlatformAbstractService
list($url,$method) = explode($this->platformInfo['platform_url'],$uri); list($url,$method) = explode($this->platformInfo['platform_url'],$uri);
// auth签名 // auth签名
$header = array_merge($header,$this->authHeaders($method)); $header = array_merge($header,$this->authHeaders('23020214385104316'));
if(!is_null($header)){ if(!is_null($header)){
$options['headers'] = array_merge($options['headers'],$header); $options['headers'] = array_merge($options['headers'],$header);
......
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