密码加密
password
String
Y
-
// 加密密码 this.$bridge.encryptPassword({ password: 'myPassword123' }).then(res => { console.log(res) })
← encodeAES128 AES128加密 iServiceSignature 获取iService签名 →