curl --location --request GET '/chat-admin/anchorRoom/commissionWhite/list?pageNum=1&pageSize=10&searchValue=&startTime=&endTime=' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"total": 1,
"rows": [
{
"id": "2014214884635451393",
"userId": "1968126133337624577",
"nickname": "🎀501",
"idNo": "102003",
"handImg": "https://duikan-test-1305255132.cos.ap-shanghai.myqcloud.com/2026-01/1220ee15e2084622abc1447e3de6df51.WEBP",
"customRatio": "62.50",
"effectiveTimePeriod": 2,
"startTime": "2026-01-22 00:00:00",
"endTime": "2026-12-31 23:59:59",
"remark": "S级公会签约主播2",
"isActive": true,
"createTime": "2026-01-22 13:53:45"
}
],
"code": 200,
"msg": "查询成功"
}