init
This commit is contained in:
@@ -9,6 +9,14 @@ export function listAreaCode(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询行政区划详细
|
||||
export function getTreeAreaCode() {
|
||||
return request({
|
||||
url: '/xq/areaCode/tree',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询行政区划详细
|
||||
export function getAreaCode(code) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user