curl --location --request GET '/distributor/review'
{
"code": 0,
"msg": "string",
"rows": [
{
"appeal": "填写的内容",
"applyId": 1,
"applyMobile": "133xxxxx",
"applyName": "好人",
"applyStatus": 0,
"applyType": 0,
"applyUserId": 11223,
"auditOpinion": "同意",
"auditTime": "2019-08-24T14:15:22Z",
"auditUserId": 11223,
"auditUserName": "名字",
"createTime": "2019-08-24T14:15:22Z",
"referrerDistributorId": 32212,
"referrerMobile": "135xxx",
"referrerName": "张某某"
}
],
"total": 0
}