{
"desc": true,
"days": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/market-manager/v1/proxy/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"desc": true,
"days": 0
}'{
"code": 0,
"msg": "string",
"data": {
"commissionCount": {
"uidNum": 0,
"commission": "string"
},
"commissionListData": {
"total": 0,
"size": 0,
"current": 0,
"records": [
{
"userName": "string",
"channelName": "string",
"uid": "string",
"orderTime": 0,
"settleTime": 0,
"commission": "string"
}
]
}
}
}