mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 平台配置页面
This commit is contained in:
41
jsowell-ui/src/api/thirdParty/notification.js
vendored
Normal file
41
jsowell-ui/src/api/thirdParty/notification.js
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function notificationStationInfo(data) {
|
||||
return request({
|
||||
url: '/thirdparty/notification/notificationStationInfo',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function notificationStationStatus(data) {
|
||||
return request({
|
||||
url: '/thirdparty/notification/notificationStationStatus',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function notificationConnectorChargeStatus(data) {
|
||||
return request({
|
||||
url: '/thirdparty/notification/notificationConnectorChargeStatus',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function notificationChargeOrderInfo(data) {
|
||||
return request({
|
||||
url: '/thirdparty/notification/notificationChargeOrderInfo',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function notificationStationFee(data) {
|
||||
return request({
|
||||
url: '/thirdparty/notification/notificationStationFee',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
9
jsowell-ui/src/api/thirdParty/secret.js
vendored
9
jsowell-ui/src/api/thirdParty/secret.js
vendored
@@ -42,3 +42,12 @@ export function delSecret(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 根据第三方平台类型查询对接第三方平台的站点列表
|
||||
export function selectStationList(data) {
|
||||
return request({
|
||||
url: '/thirdparty/secret/selectStationList',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user