curl --location --request GET '/adminapi/distribution.withdraw/lists?status=' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
    "code": 1,
    "show": 0,
    "msg": "",
    "data": {
        "lists": [
            {
                "id": 1,
                "avatar": "http://www.php-gtp.localhost/resource/image/adminapi/default/default_avatar.png",
                "nickname": "用户87268759",
                "money": "100.00",
                "handling_fee": "10.00",
                "left_money": "90.00",
                "type": 1,
                "status": 1,
                "create_time": "2023-05-24 14:34:34",
                "type_desc": "支付宝",
                "status_desc": "待审核",
                "handling_fee_ratio": "10%"
            }
        ],
        "count": 1,
        "page_no": 1,
        "page_size": 25,
        "extend": []
    }
}