综合维护 待认领企业管理 - Aladdin-GIS/XiShiGIS GitHub Wiki
1、获得待认领企业数据
请求地址: IndCom/GetAll?key=NoTclRecord
请求方式: post
输入:
名称 | 类型 | 注释 | 默认值 |
---|---|---|---|
key | string | 类别参数 | NoTclRecord |
start | int | 页码 | 0 |
limit | int | 每页数量 | 10 |
order | string | 排序字段 | null |
sort | string | 排序 | null |
TCOM_STATU | int | 状态 | 0 |
search | string | 检索条件 | null |
输出:
名称 | 类型 | 注释 | 默认值 |
---|---|---|---|
total | int | 记录总数 | |
rows | object | 数据 | |
msg | string | 信息 | |
success | bool | 成功/失败 | |
code | int | 代码 | 200 |
2、企业认领
请求地址: IndCom/AddTempCom
请求方式: get
输入:
名称 | 类型 | 注释 | 默认值 |
---|---|---|---|
ids | string | 企业ID组 | null |
GA_ID | int | 辖区ID | null |
GA_NAME | string | 辖区名称 | null |
输出:
名称 | 类型 | 注释 | 默认值 |
---|---|---|---|
total | int | 记录总数 | |
rows | object | 数据 | |
msg | string | 信息 | |
success | bool | 成功/失败 | |
code | int | 代码 | 200 |