mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 20:16:26 +08:00
@@ -31,7 +31,7 @@ class FansController
|
||||
orderType: 'attention',
|
||||
);
|
||||
|
||||
Future onRemoveFan(int index, int mid) async {
|
||||
Future<void> onRemoveFan(int index, int mid) async {
|
||||
final res = await VideoHttp.relationMod(
|
||||
mid: mid,
|
||||
act: 7,
|
||||
|
||||
Reference in New Issue
Block a user