注册地市

This commit is contained in:
孙景学
2025-07-24 09:27:14 +08:00
parent 2267ab2e6e
commit ae0bca7f7e
3 changed files with 17 additions and 13 deletions

View File

@ -28,11 +28,13 @@ export async function getRegionTree(){
method: 'GET',
})
}
// 获取全球
export async function getregionInternational(){
return request('/api/cosco/dictRegion/regionInternational', {
interface getregionInternationalParams {
pId: string | number;
}
export async function getregionInternational(params:getregionInternationalParams){
return request('/api/v1/dictRegionInternational/getChild', {
method: 'GET',
params
})
}
export async function getAllAreaList(){