Bpazy / blog

我的博客,欢迎关注和讨论
https://github.com/Bpazy/blog/issues
MIT License
41 stars 2 forks source link

如何找到 微爱的 App_key 和 Access Token? #189

Closed Jordantan1999 closed 3 years ago

Jordantan1999 commented 3 years ago

我翻了手机里微爱的文件可是也凑不齐微爱的这些东西. 想请问这些json里面的参数该在哪里找呀?

{
  "access_token": "562949961343086-****4d8f8d23b747a3",
  "app_key": "ac5f345****344c4",
   // 阿里大于配置文件,如不需要短信提示功能,可不填
  "mobile": "18*****2070",
  "lover_mobile": "15*****8066",
  "dayu_app_key": "24****26",
  "dayu_app_secret": "817711************8711d3f5228",
  "dayu_sunlight_template_code": "SMS_********",
  "dayu_water_template_code": "SMS_********",
  "dayu_home_template_code": "SMS_********"
}
Bpazy commented 3 years ago

@Jordantan1999 是通过 HTTP 代理截获 access_token 等信息的,通过命令 wl520 -s -out welove.json, 这个在帮助文档中有描写,此问题应该提到 wl520 这个项目下面,所以这个我就先关闭了

Jordantan1999 commented 3 years ago

可是这个我也不是很明白怎么完成呢

 请将手机Http代理设置为[本机IP:8080]

我已经试过了在手机浏览器里去 我的IP:8080

然后就出现了

This is a proxy server. Does not respond to non-proxy requests.
Jordantan1999 commented 3 years ago

根据知乎贴吧 我知道怎么改变手机Http代理了 https://www.zhihu.com/question/21474174

Jordantan1999 commented 3 years ago

这个问题怎么解决呀?大神

Screenshot 2021-05-02 220259

Bpazy commented 3 years ago

Migrated to https://github.com/Bpazy/wl520/issues/11