网页端漫画取图API返回结果出现新字段,且图片被加密 #1130
NingmengLemon
started this conversation in
General
Replies: 2 comments 2 replies
-
这个有怎么解决呀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
逆向一下 JS 咯, 必然是对称加密, cpx 估计是加密后的信息, 可能是请求参数啥的在里面, ts 是 16 进制的时间戳, token 有可能是类似 app sign 之类的玩意的 MD5, 也可能是解密 cpx 用的.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
正常地走完取图流程后,最后一步返回的图片token列表如下,具体表现为
url
和token
变为空串,新增complete_url
和hit_encrpyt
字段,此时请求url得到的图片是加密的无法直接打开要不是我的程序爆了我都不知道这个()
Beta Was this translation helpful? Give feedback.
All reactions