update service api (#29)

* update service api

* update api.ts
This commit is contained in:
UUBulb
2024-12-05 21:00:48 +08:00
committed by GitHub
parent 9cc1a1e1bd
commit d21daa47f9
4 changed files with 46 additions and 42 deletions
-2
View File
@@ -1,5 +1,3 @@
import { useMainStore } from "@/hooks/useMainStore";
interface CommonResponse<T> {
success: boolean;
error: string;