Commit 501b62d1 authored by 李尚科's avatar 李尚科

fix

parent ef964c83
Pipeline #16217 passed with stage
in 7 seconds
'use strict';
const XML2JS = require('xml2js');
const crypto = require('crypto');
const NodeRSA = require('node-rsa')
module.exports = {
......@@ -119,13 +118,6 @@ module.exports = {
return encrypt_data;
},
rsaSign() {
},
rsaVerify() {
},
aes256_cbc_decrypt_weixin(key, crypted) {
let aesKey = Buffer.from(key + '=', 'base64');
const cipherEncoding = 'base64';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment