Skip to content

查询合计 API

PathMethodCreated At
/api/business/opportunities/summariesPOST2025-11-29 00:39:11

Request

KeyRuleDescription
customer_idstring,size:24trans:validate.CUSTOMER_NOT_FOUND
conditionsarray查询条件错误

Response

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

TypeScript Result Example:

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