Selaa lähdekoodia

添加重新激活参数

main
fantengteng 1 päivä sitten
vanhempi
commit
b5a00e7996
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      wxminipro/plugin/utils/active-tools/active-device-tools.js

+ 2
- 2
wxminipro/plugin/utils/active-tools/active-device-tools.js Näytä tiedosto

@@ -73,8 +73,8 @@ export async function ActiveAgainDevice({
disconnectCallback = Function(),
} = {}) {
activeCode.bussType = 4
// activeCode.params = params
return await _againObuIssueCheck()

}

// 设备校验
@@ -435,7 +435,7 @@ async function _getAgainObuMac(randNum, callback) {
obuId: activeCode.obuId,
vehiclePlate: activeCode.vehiclePlate,
vehiclePlateColor: activeCode.vehiclePlateColor,
vehicleType: activeCode.vehicleType,
vehicleType: activeCode.cardVehicleType,
random: cmdRandNum
}
console.log(params)

Loading…
Peruuta
Tallenna