|
|
### 纳税信息
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'tax', 'company_name': '南京依维柯汽车有限公司'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: {
|
|
|
tax_year: "2014",
|
|
|
tax_level: "A",
|
|
|
tax_unusual_state: "正常",
|
|
|
tax_owned_state: "欠税"
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
| tax_year |纳税年度|
|
|
|
| tax_level |纳税信用等级|
|
|
|
| tax_unusual_state |是否正常纳税|
|
|
|
| tax_owned_state |是否欠税|
|
|
|
|
|
|
#### 示例
|
|
|
[http://shuidi.dev.pingansec.com/?action=tax&company_name=%E5%8D%97%E4%BA%AC%E4%BE%9D%E7%BB%B4%E6%9F%AF%E6%B1%BD%E8%BD%A6%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8](http://shuidi.dev.pingansec.com/?action=tax&company_name=%E5%8D%97%E4%BA%AC%E4%BE%9D%E7%BB%B4%E6%9F%AF%E6%B1%BD%E8%BD%A6%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8) |