|
|
|
|
@ -56085,12 +56085,14 @@ function request(url, option, flag, ismin) {
|
|
|
|
|
Accept: 'application/json',
|
|
|
|
|
'Content-Type': 'application/json; charset=utf-8'
|
|
|
|
|
}, newOptions.headers), {}, {
|
|
|
|
|
'X-Original-Protocol': location.protocol
|
|
|
|
|
'X-Original-Protocol': location.protocol,
|
|
|
|
|
'X-Original-Host': location.host
|
|
|
|
|
});
|
|
|
|
|
newOptions.body = JSON.stringify(options.body);
|
|
|
|
|
} else {
|
|
|
|
|
newOptions.headers = _root_workspace_ppte5yg23_local_v9_test2_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test2_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, newOptions.headers), {}, {
|
|
|
|
|
'X-Original-Protocol': location.protocol
|
|
|
|
|
'X-Original-Protocol': location.protocol,
|
|
|
|
|
'X-Original-Host': location.host
|
|
|
|
|
});
|
|
|
|
|
newOptions.body = options.body;
|
|
|
|
|
}
|
|
|
|
|
@ -56100,7 +56102,8 @@ function request(url, option, flag, ismin) {
|
|
|
|
|
Accept: 'application/json',
|
|
|
|
|
'Content-Type': 'application/json; charset=utf-8'
|
|
|
|
|
}, newOptions.headers), {}, {
|
|
|
|
|
'X-Original-Protocol': location.protocol
|
|
|
|
|
'X-Original-Protocol': location.protocol,
|
|
|
|
|
'X-Original-Host': location.host
|
|
|
|
|
});
|
|
|
|
|
if (options.params && parseParams(options.params)) url += '?' + parseParams(options.params);
|
|
|
|
|
} else if (userParam.zzud) {
|