mirror of
https://github.com/i1v/googleplay
synced 2024-09-21 12:19:26 +00:00
+ // wikipedia.org/wiki/URL_encoding#Types_of_URI_characters
This commit is contained in:
parent
bf8d0a62d5
commit
0fa0e35c73
1 changed files with 1 additions and 0 deletions
1
auth.go
1
auth.go
|
@ -19,6 +19,7 @@ func New_Auth(email, password string) (*Response, error) {
|
||||||
"Email": {email},
|
"Email": {email},
|
||||||
"Passwd": {password},
|
"Passwd": {password},
|
||||||
"client_sig": {""},
|
"client_sig": {""},
|
||||||
|
// wikipedia.org/wiki/URL_encoding#Types_of_URI_characters
|
||||||
"droidguard_results": {"-"},
|
"droidguard_results": {"-"},
|
||||||
}.Encode()
|
}.Encode()
|
||||||
req, err := http.NewRequest(
|
req, err := http.NewRequest(
|
||||||
|
|
Loading…
Reference in a new issue