Skip to content

xz-ui-lib


Interface: ApiResponse<T>

API 接口响应标准结构(可根据实际项目调整)

Type Parameters

T

T = any

Properties

code

code: number


data?

optional data: T


msg?

optional msg: string


rows?

optional rows: T[]


total?

optional total: number