Skip to content

Commit 17abd2d

Browse files
committed
APIAuto: 解决参数注入 RANDOM_DB, ORDER_DB 不兼容 - Header
1 parent bed3c1e commit 17abd2d

File tree

1 file changed

+1
-1
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10876,7 +10876,7 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
1087610876
delete current[lastKeyInPath];
1087710877
}
1087810878

10879-
current[isHead ? key.substring(2) : key] = val;
10879+
current[key] = val;
1088010880
}
1088110881

1088210882
}

0 commit comments

Comments
 (0)