Authorization: Bearer ********************
{
"user_id": "",
"business": "",
"proxy": ""
}
curl --location --request POST 'http://api.moreapi.cn/api/data/summary' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "",
"business": "",
"proxy": ""
}'
{
"code": 200,
"msg": "success",
"path": null,
"data": {
"code": 0,
"msg": "成功",
"guid": null,
"success": true,
"data": {
"dateKey": "2025-02-13",
"noteNumber": 4,
"noteType": [
{
"contentTag": "职场",
"percent": "50.0"
},
{
"contentTag": "生活记录",
"percent": "50.0"
}
],
"tradeNames": [
"美妆个护",
"3c及电器"
],
"readMedian": 6631,
"readMedianBeyondRate": "94.4",
"interactionMedian": 183,
"interactionBeyondRate": "88.3",
"activeDayInLast7": 7,
"isActive": true,
"responseRate": "94.6",
"inviteNum": 355,
"easyConnect": true,
"pictureReadCost": "0.0",
"pictureReadBeyondRate": "93.6",
"videoReadCost": "202.8",
"videoReadBeyondRate": "47.3",
"fans30GrowthRate": "2.4",
"fans30GrowthBeyondRate": "85.2",
"mEngagementNum": 214
}
}
}