升级
This commit is contained in:
@@ -255,12 +255,6 @@
|
||||
<small>从浏览器开发者工具中复制SERVERID的值</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="cookie-raw">整行 Cookie(可选,直接粘贴浏览器抓到的整行 Cookie,会优先使用):</label>
|
||||
<textarea id="cookie-raw" placeholder="JSESSIONID=...; JSESSIONID=...; SERVERID=..."></textarea>
|
||||
<small>如果填写本项,将优先使用整行 Cookie(支持多个JSESSIONID)</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="examid">examid:</label>
|
||||
<input type="text" id="examid" placeholder="796a0fa25f7c9ffb">
|
||||
@@ -450,11 +444,6 @@
|
||||
|
||||
// 组装Cookie数据
|
||||
function buildCookiesPayload(messageContainerId) {
|
||||
const rawLine = document.getElementById('cookie-raw').value.trim();
|
||||
if (rawLine) {
|
||||
return rawLine;
|
||||
}
|
||||
|
||||
const jsessionid = document.getElementById('cookie-jsessionid').value.trim();
|
||||
const serverid = document.getElementById('cookie-serverid').value.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user