处理待办事项

This commit is contained in:
2026-01-15 17:12:46 +08:00
parent 1a0f43b1bd
commit 7ee44c0663
29 changed files with 3215 additions and 63 deletions

View File

@@ -60,6 +60,13 @@ function fetchRoomOrder(roomId) {
data: { roomId }
});
}
function fetchTodoList(data) {
return api_request.request({
url: "/index/todoList",
data,
method: "POST"
});
}
exports.fetchAddOrder = fetchAddOrder;
exports.fetchBooking = fetchBooking;
exports.fetchCombos = fetchCombos;
@@ -68,5 +75,6 @@ exports.fetchGoods = fetchGoods;
exports.fetchLogin = fetchLogin;
exports.fetchRoomOrder = fetchRoomOrder;
exports.fetchRooms = fetchRooms;
exports.fetchTodoList = fetchTodoList;
exports.fetchUnBooking = fetchUnBooking;
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/index.js.map