We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -H cid=1024 "http://mc.aibang.com/aiguang/bjgj.c?m=checkUpdate&version=1" 返回: <?xml version='1.0' encoding="utf-8"?> <root> <status>502</status> <info>抱歉,未能激活,请退出应用,重新打开。</info> </root>
<?xml version='1.0' encoding="utf-8"?> <root> <status>502</status> <info>抱歉,未能激活,请退出应用,重新打开。</info> </root>
The text was updated successfully, but these errors were encountered:
解决了。请求头中需要增加一个CID(通过抓包得到): curl -H "cid:1024" -H "CID:97fbf7a1c9a80a63ed993892aaee39bba33a174ca167e2e" -v "http://mc.aibang.com/aiguang/bjgj.c?m=checkUpdate&version=77"
curl -H "cid:1024" -H "CID:97fbf7a1c9a80a63ed993892aaee39bba33a174ca167e2e" -v "http://mc.aibang.com/aiguang/bjgj.c?m=checkUpdate&version=77"
但是CID如何自动获取也是个问题。
Sorry, something went wrong.
@yaohuiwu cid 可以随便填的:
curl -H "cid:1024" -v "http://mc.aibang.com/aiguang/bjgj.c?m=checkUpdate&version=1"
你之前的问题是写成了 cid=1024
cid=1024
No branches or pull requests
curl -H cid=1024 "http://mc.aibang.com/aiguang/bjgj.c?m=checkUpdate&version=1"
返回:
<?xml version='1.0' encoding="utf-8"?> <root> <status>502</status> <info>抱歉,未能激活,请退出应用,重新打开。</info> </root>
The text was updated successfully, but these errors were encountered: