curl --location --request POST '/adminapi/distribution.withdraw/verify' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'id="1"' \
--form 'verify_status="3"' \
--form 'verify_remark="test"'{
    "code": 1,
    "show": 1,
    "msg": "操作成功",
    "data": []
}