Appearance
查询合计 API
| Path | Method | Created At |
|---|---|---|
| /api/business/opportunities/summaries | POST | 2025-11-29 00:39:11 |
Request
| Key | Rule | Description |
|---|---|---|
| customer_id | string,size:24 | trans:validate.CUSTOMER_NOT_FOUND |
| conditions | array | 查询条件错误 |
Response
| Key | Type | Example | Comment |
|---|---|---|---|
| columns | array | ["合计", "10", "20", "30"] | 合计列 |
TypeScript Result Example:
TypeScript
interface Result {
/** 合计列 */
columns: any;
}