This commit is contained in:
SpecialX
2025-05-30 12:46:55 +08:00
parent 95daf9471b
commit e824c081bf
35 changed files with 1800 additions and 363 deletions

View File

@@ -14,6 +14,10 @@
this.Result = result;
}
public ApiResponse()
{
}
public string Message { get; set; }
public bool Status { get; set; }