@@ -1017,7 +1017,6 @@ async function getReservationList(token, tokenWap, deviceId) {
const url = `https://app.moutai519.com.cn/xhr/front/mall/reservation/list/pageOne/queryV2`;
const options = {
url: url,
- method: method,
headers: headers,
body: body
};