提交 104df772 authored 作者: 钟是志's avatar 钟是志

导出文件名 编码错误的bug

上级 58c73315
......@@ -6,7 +6,69 @@ import { getUrlInfo } from '@/webPublic/one_stop_public/DetailForAudit/utils';
const isTest = getUrlInfo().test;
window.differenceBetweenServerAndClientTime = window.differenceBetweenServerAndClientTime || 0;
export function getHeaders(url = '') {
/**
* 混淆代码
* 2022年7月12日
* 钟是志
* */
function _0x202e(_0x548f51, _0x50b3ff) {
const _0x568ad8 = _0x568a();
return _0x202e = function (_0x202e02, _0x19f086) {
_0x202e02 = _0x202e02 - 0x7d;
let _0x29770a = _0x568ad8[_0x202e02];
return _0x29770a;
}, _0x202e(_0x548f51, _0x50b3ff);
}
(function (_0x4c31fc, _0x463010) {
const _0x552fa4 = _0x202e,
_0x1cd81c = _0x4c31fc();
while (!![]) {
try {
const _0xcda188 = -parseInt(_0x552fa4(0x8e)) / 0x1 * (parseInt(_0x552fa4(0x84)) / 0x2) + -parseInt(_0x552fa4(0x7d)) / 0x3 + parseInt(_0x552fa4(0x7f)) / 0x4 + -parseInt(_0x552fa4(0x86)) / 0x5 + parseInt(_0x552fa4(0x88)) / 0x6 * (parseInt(_0x552fa4(0x82)) / 0x7) + -parseInt(_0x552fa4(0x80)) / 0x8 + parseInt(_0x552fa4(0x8a)) / 0x9 * (parseInt(_0x552fa4(0x85)) / 0xa);
if (_0xcda188 === _0x463010) break; else _0x1cd81c['push'](_0x1cd81c['shift']());
} catch (_0x1d86df) {
_0x1cd81c['push'](_0x1cd81c['shift']());
}
}
}(_0x568a, 0xb25c4));
function _0x568a() {
const _0x292465 = ['differenceBetweenServerAndClientTime', '823318RXJXMw', '457340BzvYDX', '3527100qnMDjU', 'xgUserId', '6362418YdxbkN', 'getTime', '639OXEuzj', 'headers', 'bearer\x20', 'timestamp', '1HcmGrw', '3967845wgMCjN', 'log', '151716ARnHER', '9401504aZEgWQ', 'auth', '7SfPUZN'];
_0x568a = function () {
return _0x292465;
};
return _0x568a();
}
export function getHeaders(_0x586d90 = '') {
const _0x489a38 = _0x202e,
_0x4fc1a2 = getToken(),
_0x37ba84 = getCurrentUser() || {},
_0x1db761 = getUserInfo() || {},
_0x4e0063 = _0x1db761['id'] || _0x37ba84[_0x489a38(0x87)],
_0x5a5180 = new Date()[_0x489a38(0x89)]() + window[_0x489a38(0x83)],
_0x297709 = _0x4fc1a2 + _0x4e0063 + _0x5a5180,
_0xd71cea = { 'headers': { 'Authorization': _0x489a38(0x8c) + _0x4fc1a2 } };
return getIsBei_Dian() && _0x4e0063 && (_0xd71cea[_0x489a38(0x8b)][_0x489a38(0x81)] = Md5(_0x297709), _0xd71cea['headers'][_0x489a38(0x8d)] = _0x5a5180, isTest && console[_0x489a38(0x7e)]({
'secretString': _0x297709,
'md5S': Md5(_0x297709),
'timestamp': _0x5a5180,
'userId': _0x4e0063,
'differenceBetweenServerAndClientTime': window[_0x489a38(0x83)]
})), _0xd71cea;
}
/**
* 混淆代码
* 2022年7月12日
* 钟是志
* */
export function getHeadersBase(url = '') {
const token = getToken();
const currentInfo = getCurrentUser() || {};
const user = getUserInfo() || {};
......@@ -19,7 +81,7 @@ export function getHeaders(url = '') {
Authorization: `bearer ${token}`,
},
};
if(getIsBei_Dian() && userId){
if (getIsBei_Dian() && userId) {
res.headers.auth = Md5(secretString);
res.headers.timestamp = timestamp;
if (isTest) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论