|
|
### 涉诉别执行
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'execute', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
{
|
|
|
filing_no: "(2010)玄锁执字第00010号",
|
|
|
exec_subject: "198800",
|
|
|
exec_gov: "南京市玄武区人民法院",
|
|
|
filing_date: "2010-05-17"
|
|
|
},
|
|
|
{
|
|
|
filing_no: "(2009)小民执字第00153号",
|
|
|
exec_subject: "491207",
|
|
|
exec_gov: "太原市小店区人民法院",
|
|
|
filing_date: "2009-02-27"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
| filing_no |案号|
|
|
|
| exec_subject |执行金额|
|
|
|
| exec_gov |执行法院|
|
|
|
| filing_date |立案时间|
|
|
|
|
|
|
#### 示例
|
|
|
[http://shuidi.dev.pingansec.com/?action=execute&digest=57cf8faa95a6107725c5177d6ee7ef8d](http://shuidi.dev.pingansec.com/?action=execute&digest=57cf8faa95a6107725c5177d6ee7ef8d) |