数据出境小程序

数据出境小程序


分页获取自己的申请表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>分页获取属于自己的申请表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:2023/evaluate_record/list_by_self?id=100&amp;token=fa4b27b2-5444-47b2-83f9-0aa6ac4c4abd&amp;pageSize=100&amp;pageNum=1</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{ }</code></pre> <h5>返回示例</h5> <pre><code> { "total": 1, "rows": [ { "searchValue": null, "createBy": null, "createTime": "2023-01-16 23:33:09", "updateBy": null, "updateTime": "2023-01-16 23:33:09", "remark": null, "params": {}, "id": 100, "userId": 100, "unitName": "xxxx", "unitType": 1, "unitAddr": "xxx", "officeAddr": "xxxx", "unitPeriod": "2030-05-10T00:00:00.000+08:00", "postcode": "00230", "regFund": 10000000, "employeeCount": 100, "mainBiz": "xxx", "unitCode": "12012313123", "legalPersonName": "lelp", "legalPersonPosition": "ceo", "legalPersonMobile": "1239128399131", "legalPersonEmail": "44@qq.com", "legalPersonCardType": 1, "legalPersonCardNo": "301020202048192828", "dataAdminName": "datala", "dataAdminPosition": "cto", "dataAdminMobile": "19211209933", "dataAdminEmail": "99@qq.com", "dataAdminCardType": 1, "dataAdminCardNo": "10930190283919", "dataAdminUnitName": "iop", "dataAdminUnitEmployeeCount": 200, "operatorName": "kaxi", "operatorPosition": "100", "operatorMobile": "103010391200", "operatorEmail": "322@qq.com", "operatorCardType": 1, "operatorCardNo": "1023019322", "bizDesc": "xxx", "target": "yyyy", "outType": "nnnn", "outTrace": "xxxxx", "dataType": 1, "sensitiveLevel": 1, "dataScale": 10000000, "dataDomain": "yydidi", "personCount": 1000, "majorDataScale": 10000000, "revName": "xixi", "revRegion": "tailand", "revAddr": "xxxx", "revRegNo": "20391023123", "revRegFund": 1000000000, "revEmployeeCount": 200, "revPrincipalName": "ksss", "revPrincipalPosition": "coo", "revMobile": "19238199929229", "revEmail": "99@qq.com", "revCardType": 1, "revCardNo": "12938192312", "revMainBiz": "xxx", "revDataAdminName": "yyyyn", "revDataAdminPosition": "cto", "revDataAdminMobile": "1923123123", "revDataAdminEmail": "55@qq.com", "revDataAdminCardType": 1, "revDataAdminCardNo": "1023123232133", "revDataAdminUnitName": "xxx", "revDataAdminUnitEmployeeCount": 200, "lawFileList": "xxx", "itemOnePage": "123123", "itemOneContent": "xxxx", "itemTwoPage": "xxx", "itemTwoContent": "xxxx", "itemThreePage": "xxx", "itemThreeContent": "xxx", "itemFourPage": "xxxx", "itemFourContent": "xxxx", "itemFivePage": "23123", "itemFiveContent": "q3232", "itemSixPage": "xxxx", "itemSixContent": "qe24", "other": "1233", "status": 1, //自测表单状态 1:待受理 2:测试通过 3:测试未通过 "score": 100, //测试分数 "reportContent": "ttt", /** 分析报告内容 */ "reportUrl": "http://aa.com/b.pdf" /** 分析报告下载地址 */ } ], "code": 200, "msg": "查询成功" }</code></pre> <h5>返回参数说明</h5> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML