Commit c6b7c9dd authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 509ded59
......@@ -118,7 +118,6 @@ class BaiwangApiService extends PlatformAbstractService
{
}
/**
* 发票下载(支持单张发票pdf地址查询。)
* @param $params
......@@ -217,7 +216,7 @@ class BaiwangApiService extends PlatformAbstractService
}
private function base64UrlEncode($str)
public function base64UrlEncode($str)
{
return rtrim(strtr(base64_encode($str), "+/", "-_"), "=");
}
......
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