预约记录
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-09 17:39:48 +08:00
parent c866e04b89
commit 43b1af937b
11 changed files with 157 additions and 62 deletions

View File

@@ -46,7 +46,7 @@ export function bookingAdd(data: BookingForm) {
* @returns void
*/
export function bookingUpdate(data: BookingForm) {
return requestClient.putWithMsg<void>('/system/booking', data);
return requestClient.putWithMsg<void>('/property/meetbooking', data);
}
/**