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