Commit 9aee485b authored by hangjun83's avatar hangjun83

财务开票模块更新

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