curl --location --request GET '/distributor'
{
"code": 0,
"msg": "string",
"rows": [
{
"id": 1,
"levelName": "钻石",
"mobile": "18912345645",
"name": "张三",
"passAt": "2021-12-04 12:11:10",
"point": 123,
"realNameAuth": false,
"referrerDistributorId": 1,
"referrerName": "1",
"status": 1,
"updateAt": "2021-12-04 12:11:10",
"userId": 1
}
],
"total": 0
}