curl --location --request POST '/backend/agent/setSubAgent' \
--header 'BackendToken: {{BackendToken}}'{
"data": {
"total": 1,
"list": [
{
"id": "30e77ad28fac43368bc736128491a549",
"agentId": "1",
"agentName": "孙梓源",
"companyName": "123",
"userId": "user-u1jiI1i0",
"phone": "15531062936",
"agentStatus": "1",
"couponAmount": null,
"expandCount": "8",
"payAmount": "0",
"balanceAmount": "250.00",
"agentStartDate": "2025-08-08",
"agentEndDate": "2025-08-09"
}
]
},
"code": 1001,
"message": "查询成功"
}