|
@@ -4,7 +4,7 @@ import Qs from 'qs';
|
|
|
|
|
|
|
|
|
export function getChargingStationDetail(data){
|
|
|
- return requestWhite({
|
|
|
+ return request({
|
|
|
method: 'post',
|
|
|
data: data,
|
|
|
url: '/mobile/chargingStation/chargingStationDetail'
|
|
@@ -12,7 +12,7 @@ export function getChargingStationDetail(data){
|
|
|
}
|
|
|
|
|
|
export function getChargingStationPrice(data){
|
|
|
- return requestWhite({
|
|
|
+ return request({
|
|
|
method: 'post',
|
|
|
data: data,
|
|
|
url: '/mobile/chargingStation/chargingStationPrice'
|
|
@@ -30,7 +30,7 @@ export function getChargingStationData(data){
|
|
|
|
|
|
export function searchStationData(data){
|
|
|
console.log('搜索站点数据')
|
|
|
- return requestWhite({
|
|
|
+ return request({
|
|
|
method: 'post',
|
|
|
data: data,
|
|
|
url: '/mobile/chargingStation/searchStationData'
|