dfws-ve-taro-request 0.0.9 → 0.1.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 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
@@ -6862,6 +6862,7 @@
|
|
6862
6862
|
'dfws-params': header.params || '',
|
6863
6863
|
'content-type': header["content-type"] || 'application/json',
|
6864
6864
|
'resume-language': header['resume-language'] || 'zh-CN',
|
6865
|
+
'common-params': header['common-params'] || '',
|
6865
6866
|
}
|
6866
6867
|
}).then(function (res) {
|
6867
6868
|
var response = isEncode ? __assign(__assign({}, res), { data: decryptByDES(unescape(res.data), debug) }) : res;
|