更新 'SrcJyAlist.js'

master
src48597962 2 years ago
parent 3dc8fd4f5c
commit 9f315f3eab
  1. 3
      SrcJyAlist.js

@ -19,8 +19,11 @@ function gethtml(api,path,password) {
try{
log(api);
path = path || "";
log(path);
password = password || "";
log(password);
let html = fetch(api, {body: {"path":path,"password":password},method:'POST'});
log(html);
return html;
}catch(e){
return "";

Loading…
Cancel
Save