zentao-api / ApiResponse
Interface: ApiResponse
禅道 API 通用响应结构,允许携带任意业务字段。
Extended by
Indexable
[
key:string]:unknown
其他业务字段。
Properties
| Property | Type | Description |
|---|---|---|
message? | unknown | 服务端消息,可能是字符串、对象或数组。 |
status | "success" | "fail" | 服务端返回状态。 |