This commit is contained in:
Putoo
2026-04-27 14:17:52 +08:00
parent 4463f9e810
commit c55a104573
16 changed files with 168 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
export interface IResultData<T = unknown> {
export interface IResultData<T = any> {
code: number
msg: string
data?: T