curl --location --request GET '/adminapi/distribution.distributionApply/detail?id=' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"user_id": 1,
"name": "蔡啊哈哈哈",
"mobile": "13172323123",
"create_time": "2023-05-19 17:46:02",
"status": 1,
"nickname": "用户90420660",
"leader_nickname": null,
"status_desc": "审核通过"
}
}