mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +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