更新 'SrcJyAlist.js'

master
src48597962 2 years ago
parent 4685319737
commit af89df103b
  1. 3
      SrcJyAlist.js

@ -17,9 +17,10 @@ if (AlistData != "") {
}
function gethtml(api,path,password) {
try{
log(api);
path = path || "";
password = password || "";
let html = fetch(api, {body: `{"path":`+path+`,"password":`+password+`}`,method:'POST'});
let html = fetch(api, {body: `{"path":"","password":""}`,method:'POST'});
log(html);
return html;
}catch(e){

Loading…
Cancel
Save