|
@@ -10,7 +10,7 @@ export function listCity(query) {
|
|
}
|
|
}
|
|
export function getCitys(query) {
|
|
export function getCitys(query) {
|
|
return request({
|
|
return request({
|
|
- url: '/store/store/city/getCitys',
|
|
|
|
|
|
+ url: '/store/city/getCitys',
|
|
method: 'get',
|
|
method: 'get',
|
|
params: query
|
|
params: query
|
|
})
|
|
})
|