Appearance
查询合计 API
| Path | Method | Created At |
|---|---|---|
| /api/contracts/summaries | POST | 2025-11-29 00:39:11 |
Request
| Key | Rule | Description |
|---|---|---|
| customer_id | string,size:24 | 客户不存在 |
| conditions | array | 查询条件必须是数组 |
Response
| Key | Type | Example | Comment |
|---|---|---|---|
| columns | array | ["合计", "10", "20", "30"] | 合计列 |
TypeScript Result Example:
TypeScript
interface Result {
/** 合计列 */
columns: any;
}