{
"id": 1,
"apply_status": 1,
"reject_reason": "不符合要求"
}
curl --location --request POST '/adminapi/distributor/apply/audit' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"apply_status": 1,
"reject_reason": "不符合要求"
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}