MCPcopy Create free account
hub / github.com/develop202/migu_video / printLoginInfo

Function printLoginInfo

utils/androidURL.js:255–264  ·  view source on GitHub ↗
(resObj)

Source from the content-addressed store, hash-verified

253}
254
255function 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
266export { getAndroidURL, getAndroidURL720p, get302URL, printLoginInfo }

Callers 2

channelFunction · 0.90
channelCacheFunction · 0.90

Calls 3

printGreenFunction · 0.90
printRedFunction · 0.90
printYellowFunction · 0.90

Tested by

no test coverage detected