curl --location --request POST '/api/distribution/appledetail' \
--header 'token: {{token}}'
{
"code": 1,
"msg": "",
"data": {
"real_name": "林润",
"mobile": "13531538888",
"province": "广东省",
"city": "潮州市",
"district": "潮安区",
"reason": "我想成为平台的分销会员,我会努力推广平台",
"status": 0,
"status_str": "审核失败,请重新提交审核"
},
"show": 0,
"time": "0.124344"
}