fix: 茅台预约,功能优化。
This commit is contained in:
@@ -49,3 +49,30 @@ export function refreshShop() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询省份列表
|
||||
export function listProvince(query) {
|
||||
return request({
|
||||
url: '/invest/ishop/provinceList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询城市列表
|
||||
export function listCity(query) {
|
||||
return request({
|
||||
url: '/invest/ishop/cityList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询区域列表列表
|
||||
export function listDistrict(query) {
|
||||
return request({
|
||||
url: '/invest/ishop/districtList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user