curl --location --request GET '/adminapi/distribution.distribution_order/lists?order_sn=202305171805268731&user_info=Jason&distributor_info=用户18878650&start_time=2023-05-17 18:06:50&end_time=2023-05-17 18:06:59' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
    "code": 1,
    "show": 0,
    "msg": "",
    "data": {
        "lists": [
            {
                "id": 1,
                "avatar": "uploads/images/20230420/20230420175251a72b48241.jpg",
                "nickname": "Jason",
                "order_sn": "202305171805268731",
                "order_amount": "100.00",
                "first_name": "用户18878650",
                "first_ratio": "10.00",
                "first_reward": "10.00",
                "second_name": "小橘子",
                "second_ratio": "5.00",
                "second_reward": "5.00",
                "order_type_desc": "充值订单",
                "pay_time_desc": "2023-05-17 18:06:52"
            }
        ],
        "count": 1,
        "page_no": 1,
        "page_size": 25,
        "extend": []
    }
}