mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: edit profile
This commit is contained in:
@@ -188,7 +188,7 @@ class Request {
|
||||
/*
|
||||
* get请求
|
||||
*/
|
||||
get(url, {data, options, cancelToken, extra}) async {
|
||||
Future get(url, {data, options, cancelToken, extra}) async {
|
||||
Response response;
|
||||
options ??= Options();
|
||||
ResponseType resType = ResponseType.json;
|
||||
|
||||
Reference in New Issue
Block a user