Original link: https://blog.heysh.xyz/2022/12/15/zhuangxiaomi-download-images/
Recently, the renovation of my home has finally come to an end. It took 6 months, and the experience can probably be worth three or four blog posts—if the blogger’s procrastination can be cured. Let’s start with the easiest part today.
Installing Xiaomi is a popular supervision service in Beijing. The price is much cheaper than regular supervision (the one with supervision certificate), and it should also be useful in the decoration process. Every time there is door-to-door service, the supervisor will take a panoramic photo of each room. If the foreman does not provide a water and electricity location map, these photos should come in handy later.
Like all post-Web 2.0 companies, this company mainly provides services on APP and WeChat applets, and does not have the function of data export. The general solution to this situation is to capture packets. Just configure xposed, HTTPCanary, and solve problems such as TLS certificate fixation. I did this at the beginning, and then I found another method: just block a specific domain name ( zxm-oss3.oss-cn-beijing.aliyuncs.com), the actual location of the picture will be displayed on the WeChat applet.
Specifically, according to the idea of 1 here, I also use Clash For Windows to block all requests from Alibaba Cloud. Then open the mini program on the WeChat computer version, and you can get the picture above. After that, directly drag the link into the TXT with the mouse, and you can download it with your favorite tool.
proxies :
- name : Fiddler
type : http
server : 127.0.0.1
port : 8888
proxy-groups :
- name : Proxy
proxies :
- Fiddler
type : select
rules :
- DOMAIN-KEYWORD,aliyuncs.com,REJECT
- PROCESS-NAME,Fiddler.exe,DIRECT
- MATCH,DIRECT
In addition, the applet is rendered with Pannellum . Downloaded photos can be viewed using this website . It seems that there is no difference between using the applet directly…
Attachment: WeChat applet cache location
C:\Users\me\AppData\Roaming\Tencent\WeChat\radium\web
I found this path by monitoring file changes with Process Monitor .
This article is transferred from: https://blog.heysh.xyz/2022/12/15/zhuangxiaomi-download-images/
This site is only for collection, and the copyright belongs to the original author.