... | ... | @@ -297,4 +297,51 @@ page_count: 1 |
|
|
* list 为查询到得新闻
|
|
|
* page_count 总页数
|
|
|
|
|
|
|
|
|
#### 失信被执行详情
|
|
|
|
|
|
地址:/companydata-8.html/
|
|
|
|
|
|
参数列表:
|
|
|
|
|
|
* action: String 定值 uncredits
|
|
|
|
|
|
* anno : String 案号
|
|
|
|
|
|
|
|
|
返回值说明:
|
|
|
如:{
|
|
|
code: "0",
|
|
|
message: "查询正常",
|
|
|
list: {
|
|
|
actioner_mark: "违反财产报告制度,其他有履行能力而拒不履行生效法律文书确定义务",
|
|
|
duty: "齐齐哈尔农垦顺达运输服务有限责任公司给付周玉芳,刘大东387347.43元。",
|
|
|
unperform_part: null,
|
|
|
execute_unit: "北京市顺义区人民法院 ",
|
|
|
legal_person: "范志刚",
|
|
|
is_sync: null,
|
|
|
execute_status: "全部未履行",
|
|
|
expired: 1,
|
|
|
execute_no: "(2014)顺民初字第11796号",
|
|
|
execute_gov: "北京市顺义区人民法院",
|
|
|
sync_time: null,
|
|
|
uncredit_no: 1,
|
|
|
follows: 0,
|
|
|
age: null,
|
|
|
anno: "(2015)顺执字第00851号",
|
|
|
filing_date: 1419552000,
|
|
|
publish_date: [ ],
|
|
|
performed_part: null,
|
|
|
gender: null,
|
|
|
source_id: "1196766",
|
|
|
is_person: null,
|
|
|
org_no: "728976321"
|
|
|
}
|
|
|
}
|
|
|
返回带有四个参数的josn字符串
|
|
|
* code:0-代表查询成功,201-未查询到数据
|
|
|
* message:提示信息
|
|
|
* list 为查询到得数据
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |