zhouwx
2026-03-12 c74fb6e3cfc1c25c7ef1415c5ae96f57d007850b
src/api/backManage/insitution.js
@@ -23,3 +23,11 @@
        params: params
    })
}
export function getAllAgency(params) {
    return request({
        url: '/system/agency/agencyLists',
        method: 'get',
        params: params
    })
}