curl --location --request GET '/myauth/web/getUserDistribution' \
--header 'token: 123'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"list": [
{
"fromSoftName": "MyQQ",
"count": 150
},
{
"fromSoftName": "MyQQA",
"count": 100
}
]
},
"timestamp": 1647273685046
}