mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-15 21:53:59 +08:00
@@ -76,7 +76,7 @@ abstract final class WbiSign {
|
||||
}
|
||||
|
||||
static Future<String> _getWbiKeys() async {
|
||||
final resp = await Request().get(Api.userInfo);
|
||||
final resp = await Request.get(Api.userInfo);
|
||||
try {
|
||||
final wbiUrls = resp.data['data']['wbi_img'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user