接口对接修改

This commit is contained in:
仲么了
2023-07-24 08:47:20 +08:00
parent 2104bc0c4c
commit 689436759f
31 changed files with 1070 additions and 448 deletions

View File

@@ -1,4 +1,10 @@
import CryptoJS from 'crypto-js'
if(typeof navigator === 'undefined') {
var navigator = {
appName: 'Netscape',
};
var window = {};
}
function SM2Cipher(a) {
this.ct = 1;
this.sm3c3 = this.sm3keybase = this.p2 = null;