feat: report user

This commit is contained in:
bggRGjQaUbCoE
2024-09-28 14:47:58 +08:00
parent 4d3df35f5d
commit ca42b295d7
4 changed files with 204 additions and 0 deletions

View File

@@ -611,4 +611,6 @@ class Api {
static const String unfavFolder = '/x/v3/fav/folder/unfav';
static const String videoTags = '/x/tag/archive/tags';
static const String reportMember = '/ajax/report/add';
}