zhangback
2026-01-01 10976c3328bc2aca4b2d91c30c80c9daf18c401a
ui/admin-ui3/src/api/tms/tmsRegion.ts
@@ -68,6 +68,13 @@
        method: 'get',
    })
}
export const getAddressCode: requestType = (params) => {
    return request({
        url: '/tms/tmsRegion/getAddressCode',
        method: 'get',
        params
    })
}