摘要: // base64加密和解密 // dataValue = JSON.stringify(dataValue); // let toBase64 = base64.encode(dataValue); // console.log(toBase64) // var base64str = base6 阅读全文
posted @ 2018-05-17 18:35 ThisCall 阅读(103) 评论(0) 推荐(0) 编辑
摘要: // 本地 // 'https://ly.com/' // 短信验证码参数: let dataValue = { 'type': 1, mobile: '13615814562' }; dataValue = JSON.stringify(dataValue); // console.log(RSA 阅读全文
posted @ 2018-05-17 17:26 ThisCall 阅读(203) 评论(0) 推荐(0) 编辑