mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
9 lines
265 B
JavaScript
9 lines
265 B
JavaScript
let PWD = 'drpy';
|
|
// log(params);
|
|
if(!params.passwd){
|
|
realUrl = vipUrl
|
|
} else if(params.passwd !== PWD){
|
|
realUrl = toast(vipUrl+' 解析失败。解析密码错误');
|
|
}else{
|
|
realUrl = 重定向('http://211.99.99.236:4567/jhjson/ceshi.php?url='+vipUrl)
|
|
} |