dfws-ve-taro-request 0.1.9 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6726,7 +6726,7 @@ var isEncoding = function (url, encode) {
|
|
|
6726
6726
|
var encryptByDES = function (params, debug) {
|
|
6727
6727
|
if (debug === void 0) { debug = false; }
|
|
6728
6728
|
debug && console.log("\u8BF7\u6C42\u53C2\u6570\uFF1A", params);
|
|
6729
|
-
return encodeURIComponent(_default.encryptByDES(JSON.stringify(params), secretkey));
|
|
6729
|
+
return encodeURIComponent(_default.encryptByDES(encodeURIComponent(JSON.stringify(params)), secretkey));
|
|
6730
6730
|
};
|
|
6731
6731
|
//解密
|
|
6732
6732
|
var decryptByDES = function (params, debug) {
|