Commit 9aee485b authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 70dc0c16
......@@ -26,13 +26,13 @@ class BaiwangApiService extends PlatformAbstractService
/**
* 查询企业唯一标识
*/
public function queryQiyeUniqueSign()
public function queryQiyeUniqueSign($qiyeName)
{
try{
if($this->checkPlatformStatus()){
$qiyeParams = [
'nsrmc' => $this->platformInfo['platform_params'][$this->invoicePlatform]['nsrmc'],
'nsrsbh' => $this->platformInfo['platform_params'][$this->invoicePlatform]['nsrsbh']
'nsrmc' => $this->platformInfo['platform_params'][$qiyeName]['nsrmc'],
'nsrsbh' => $this->platformInfo['platform_params'][$qiyeName]['nsrsbh']
];
$response = $this->sendPost($this->getPlatformApiUrl().'/cloud/queryUniqueSign',$qiyeParams);
return $this->response($response);
......
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