Parcourir la source

添加重新激活参数

main
fantengteng il y a 1 jour
Parent
révision
b5a00e7996
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      wxminipro/plugin/utils/active-tools/active-device-tools.js

+ 2
- 2
wxminipro/plugin/utils/active-tools/active-device-tools.js Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer