curl --location --request GET '/crm/crmBusinessOpportunity/list' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code":0,
"data":{
"rows":[
{
"amountMoney":null,
"costAmount":222,
"createBy":"1",
"createDept":"1",
"createTime":"2024-11-14 14:46:36",
"customerName":"",
"delFlag":0,
"expectedTransactionDate":null,
"nextContactTime":null,
"opportunityId":2,
"opportunityName":"",
"profit":null,
"remark":null,
"responsible":"",
"stage":"",
"status":1,
"statusGroup":"",
"tenantId":"000000",
"updateBy":"1",
"updateTime":"2024-11-14 14:46:59"
}
],
"total":"1"
},
"message":"查询成功",
"status":200
}