统计数据
GET
https://micro-gfyx-api.b2btst.com/v1/statistics/data
自动化已维护
最后修改时间:2024-02-26 09:46:34
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
data
object
必需
view_oppty_total
integer
本月查看商机
new_clue_total
integer
本月新增线索
new_customer_total
integer
本月新增客户
contact_customer_total
integer
本月联系客户
customer_dynamic_total
integer
监控客户动态
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"view_oppty_total": 13,
"new_clue_total": 63,
"new_customer_total": 73,
"contact_customer_total": 55,
"customer_dynamic_total": 70
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-26 09:46:34