接口对接修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user