{
"id": 16,
"skey": "12380b6e-56fc-41ac-953c-8b6896e26eb1"
}
curl --location --request POST '/myauth/web/getSoftStatisData' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 16,
"skey": "12380b6e-56fc-41ac-953c-8b6896e26eb1"
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"softName": "MyQQ",
"onlineCount": 0,
"allCount": 200,
"nearly1": 0,
"nearly7": 0,
"nearly30": 100
},
"timestamp": 1647266922981
}