mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化样式
This commit is contained in:
@@ -25,6 +25,21 @@ class Api {
|
||||
);
|
||||
}
|
||||
|
||||
static Future<HttpResponse<LoginBean>> loginTwo(
|
||||
String userName,
|
||||
String passWord,
|
||||
String code,
|
||||
) async {
|
||||
return await Http.put<LoginBean>(
|
||||
Url.loginTwo,
|
||||
{
|
||||
"username": userName,
|
||||
"password": passWord,
|
||||
"code": code,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
static Future<HttpResponse<LoginBean>> loginByClientId(
|
||||
String id,
|
||||
String secret,
|
||||
|
||||
Reference in New Issue
Block a user