|
@@ -3,7 +3,8 @@ const SM4Exten = require('../js/SM4Exten');
|
|
|
const miniprogramsm4 = require("../miniprogram_npm/miniprogram-sm-crypto/index").sm4;
|
|
|
const secretId = "D2BCF8DE-AA24-4BF6-9C34-C8DD325E412B"; //小程序应用ID
|
|
|
const Secret = "6C680A47B87740138DFB299FC69A64E1"; //小程序应用密钥
|
|
|
-const api_root = 'http://192.168.0.202:5006/'
|
|
|
+const api_root = 'http://47.97.120.160:5006/'
|
|
|
+// const api_root = 'http://192.168.0.202:5006/'
|
|
|
const CurrentBuId = '12345678-9abc-def0-1234-56789abcdef0';
|
|
|
|
|
|
function request(path, method = 'GET', data = null) {
|