This commit is contained in:
zoujiandong
2025-06-17 14:47:08 +08:00
parent 42d8814157
commit a6dbc4692c
31 changed files with 36 additions and 35 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -31,7 +31,7 @@ const request = (url, data = {}, method = "post", loading = false, contentType =
sslVerify: false,
header: url.indexOf("/manager/getSignature4bing") == -1 ? header : {},
timeout: 1e4,
success: async function(res) {
success: async (res) => {
var Authorization_token = res.header.Authorization;
if (Authorization_token) {
{