(resObj)
| 253 | } |
| 254 | |
| 255 | function printLoginInfo(resObj) { |
| 256 | if (resObj.content.body?.auth?.logined) { |
| 257 | printGreen("登录认证成功") |
| 258 | if (resObj.content.body.auth.authResult == "FAIL") { |
| 259 | printRed(`认证失败 视频内容不完整 可能缺少相关VIP: ${resObj.content.body.auth.resultDesc}`) |
| 260 | } |
| 261 | } else { |
| 262 | printYellow("未登录") |
| 263 | } |
| 264 | } |
| 265 | |
| 266 | export { getAndroidURL, getAndroidURL720p, get302URL, printLoginInfo } |
no test coverage detected