{
"customerOpportunityId": 533969749401536
}
curl --location --request POST '/api/v3/opportunity/info' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerOpportunityId": 533969749401536
}'
{
"code": 0,
"message": "success",
"data": {
"id": 533969749401536,
"customerId": 533969594968000,
"salesId": 439617794746432,
"type": "默认类型",
"stage": "阶段三",
"name": "风扇9",
"expectedDealTime": "2023-04-20 00:00:00",
"expectedDealAmount": 0.2,
"oppGoods": [
{
"spuTitle": "实体3",
"banner": "https://dev.tanmarket.cn/fdfsServer/group3/M00/1B/3F/rBHDsmLZbySAR8uAAAgzMgq-bWs790.png",
"unitPriceOrigin": 0.1,
"unitPriceSale": 0.1,
"count": 1,
"totalAmount": 0.1,
"totalAmountFinal": 0.1
},
{
"spuTitle": "实体5",
"banner": "https://dev.tanmarket.cn/fdfsServer/group3/M00/1B/3F/rBHDsmLZbySAR8uAAAgzMgq-bWs790.png",
"unitPriceOrigin": 0.1,
"unitPriceSale": 0.1,
"count": 1,
"totalAmount": 0.1,
"totalAmountFinal": 0.1
}
],
"oppFields": [
{
"name": "单行文本",
"value": "单行文本"
},
{
"name": "多行文本",
"value": "多行文本"
},
{
"name": "数值",
"value": "100"
},
{
"name": "单选",
"value": "男"
},
{
"name": "多选",
"value": "AAA,BBB,CCC"
},
{
"name": "日期",
"value": "2023-04-26"
},
{
"name": "日期时间",
"value": "2023-04-19 00:00"
}
],
"createTime": "2023-04-06 16:16:56",
"deleted": 0
}
}