Skip to content

查询合计 API

PathMethodCreated At
/api/contracts/summariesPOST2025-11-29 00:39:11

Request

KeyRuleDescription
customer_idstring,size:24客户不存在
conditionsarray查询条件必须是数组

Response

KeyTypeExampleComment
columnsarray["合计", "10", "20", "30"]合计列

TypeScript Result Example:

TypeScript
interface Result {
  /** 合计列 */
  columns: any;
}