ソースを参照

添加重新激活参数

main
fantengteng 20時間前
コミット
b5a00e7996
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      wxminipro/plugin/utils/active-tools/active-device-tools.js

+ 2
- 2
wxminipro/plugin/utils/active-tools/active-device-tools.js ファイルの表示

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

読み込み中…
キャンセル
保存