Authorization: Bearer ********************curl --location --request GET 'https://ckbapi.quwanzhi.com/v1/distribution/channels/revenue-detail?page=1&limit=10&keyword' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"success": true,
"msg": "获取成功",
"data": {
"list": [
{
"channelId": "3",
"channelName": "test3",
"channelCode": "QD1765526496QOD8V67LP",
"totalRevenue": 0,
"withdrawable": 0,
"withdrawn": 0,
"pendingReview": 0
},
{
"channelId": "2",
"channelName": "test2",
"channelCode": "QD17655264849ICEUM8SI",
"totalRevenue": 422.01,
"withdrawable": 678.5,
"withdrawn": 101.51,
"pendingReview": 110
}
],
"total": 2
}
}