|
|
|
@ -62,7 +62,8 @@ module.exports = { |
|
|
|
userDemandCance, |
|
|
|
icEventOldDelete, |
|
|
|
updateEvent, |
|
|
|
submitResi |
|
|
|
submitResi, |
|
|
|
getAllOrgCategoryCount |
|
|
|
} |
|
|
|
|
|
|
|
// 获取公钥
|
|
|
|
@ -326,4 +327,7 @@ function updateEvent(parm) { |
|
|
|
function submitResi(parm) { |
|
|
|
return fly.post(`actual/base/residentBaseInfo/save`,parm) |
|
|
|
} |
|
|
|
function getAllOrgCategoryCount(parm) { |
|
|
|
return fly.get(`actual/base/streetOverview/allOrgCategoryCount`,parm) |
|
|
|
} |
|
|
|
|
|
|
|
|