Authorization: Bearer ********************curl --location --request GET 'https://ckbapi.quwanzhi.com/v1/distribution/channels/statistics' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "获取成功",
"data": {
"totalChannels": 2,
"todayChannels": 0,
"totalCustomers": 0,
"todayCustomers": 0,
"totalFriends": 0,
"todayFriends": 0
}
}