# encryptSn

加密设备SN序列号

# 参数代码示例

// 加密设备SN
const encryptedSn = this.$bridge.encryptSn(plainStr)
1
2