update 第三方平台整合方法

This commit is contained in:
Lemon
2025-02-12 08:57:57 +08:00
parent 69596d2416
commit b85780f576
8 changed files with 109 additions and 58 deletions

View File

@@ -256,7 +256,6 @@ import {
getStationInfo,
updateStationQRCodePrefix,
updateSettingByStationId,
pushStationInfo,
getParkingInfoList,
bindParkingPlatform,
getRelationByStationId,
@@ -455,19 +454,19 @@ export default {
});
},
// 推送站点
pushStation() {
let exchange = "";
const param = {
stationId: this.stationId,
thirdPartyTypes: this.exchange,
};
console.log("param", param);
pushStationInfo(param).then((response) => {
console.log("response", response);
this.$modal.msg(response.obj);
this.disableFlag = true;
});
},
// pushStation() {
// let exchange = "";
// const param = {
// stationId: this.stationId,
// thirdPartyTypes: this.exchange,
// };
// console.log("param", param);
// pushStationInfo(param).then((response) => {
// console.log("response", response);
// this.$modal.msg(response.obj);
// this.disableFlag = true;
// });
// },
// 保存站点与第三方平台关系
saveStationThirdParty() {