This commit is contained in:
lxk0301
2021-03-30 09:29:21 +08:00
parent b76312a7de
commit 9a5219f02d
2 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,10 @@ async function jdBeauty() {
await getIsvToken()
await getIsvToken2()
await getToken()
if (!$.token) {
console.log(`\n\n提示请尝试换服务器ip或者设置"xinruimz-isv.isvjcloud.com"域名直连或者自定义UA再次尝试(环境变量JD_USER_AGENT)\n\n`)
return
}
await mr()
while (!$.hasDone) {
await $.wait(1000)

File diff suppressed because one or more lines are too long