获取历史材料列表
开发中
POST
/cdresource/getmateriallist
查询办件材料表(audit_project_material),办件范围是对应申请人(根据入参的申请人证件类型和证件号码)办理过的审核通过的办件。
参考sql: select * from audit_project_mateial where projectguid in (select rowguid from audit_project where applyertype=‘申请人证件类型’ and certnum='申请人证件号码' and status in ('50','90');
附件列表,根据办件材料表的cliengguid调框架附件api返回。
请求参数
Body 参数application/json
示例代码
返回响应
修改于 2023-09-12 11:02:09