From 5a39510a418d4b3edb3eee45161550eb139d470d Mon Sep 17 00:00:00 2001 From: Hikaru <37921907+voipsy@users.noreply.github.com> Date: Sun, 26 Sep 2021 00:52:54 +0800 Subject: [PATCH] README.md --- OpenMico-Login/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OpenMico-Login/README.md diff --git a/OpenMico-Login/README.md b/OpenMico-Login/README.md new file mode 100644 index 0000000..012396e --- /dev/null +++ b/OpenMico-Login/README.md @@ -0,0 +1,15 @@ +# How to log in and get cookies +- It's very simple! Provided by [Flying1008](https://github.com/flying1008) + +``` +First of all you need to know your Mi account number (not phone number) and its password +``` +``` +https://account.xiaomi.com/pass/serviceLoginAuth2?_json=true&sid=micoapi&locale=zh_CN&user=&hash= +``` +``` +Replace with your Mi account number, and replace with the uppercase MD5(32) value of your password +``` +``` +In the end you will get a complete link, using a POST request, you will get the Token you need +``` \ No newline at end of file