Authorization: Bearer ********************{}curl --location --request GET 'https://ckbapi.quwanzhi.com/v1/distribution/channels/revenue-statistics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 200,
"success": true,
"msg": "获取成功",
"data": {
"totalExpenditure": 101.51,
"withdrawn": 101.51,
"pendingReview": 0
}
}