增加client_id登录方式

This commit is contained in:
NewTab
2022-01-19 19:39:25 +08:00
parent 6dbed6cf49
commit e8694643d8
14 changed files with 415 additions and 281 deletions

View File

@@ -29,7 +29,7 @@ class Api {
String id,
String secret,
) async {
return await Http.post<LoginBean>(
return await Http.get<LoginBean>(
Url.loginByClientId,
{
"client_id": id,