城阳居民端公众号前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
500 B

import request from '@/utils/request'
export function userdemandAdd(data) {
return request({
url: `/governance/userdemand/add`,
method: 'post',
data
})
}
export function residentBaseInfo(data) {
return request({
url: `/actual/base/residentBaseInfo/page`,
method: 'post',
data
})
}
export function agencygridtree(data) {
return request({
url: `/gov/org/customeragency/agencygridtree`,
method: 'post',
data
})
}