You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
394 B

const CryptoJS = require('crypto-js');
const {jsdomFromText, browser} = require("sdenv");
const {Script} = require("node:vm");
const fs = require("node:fs");
const path = require("node:path");
const {aes_encrypt} = require("./static/hunan_MM_mq4qQammP3BAe_cookie");
class HunanService {
aes_MM_cookie(key, str) {
return aes_encrypt(key, str)
}
}
module.exports = HunanService