1212
This commit is contained in:
@@ -82,6 +82,14 @@ export default {
|
||||
method: 'get'
|
||||
})
|
||||
},
|
||||
// 中品 下单 -- 获取最新油站价格、司机、加油员相关信息
|
||||
getNewSitePriceZp(data) {
|
||||
return request({
|
||||
url: `/${service_name}/${group_name}/getSitePriceByBelong `,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
//根据地址获取详细地址信息
|
||||
getGeoByAddress(address) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user