/** * @获取提现列表 * @param {*} params * @returns */ function queryWithdrawIistAPI(params) { return Axios.get(`/withdraw`, { params }); }