设置取消期限 v0(旧版)
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
您可以通过在 CheckAvailability 响应中返回 last_online_cancellable_sec
字段来启用槽级取消时间范围。例如:
JSON
/v3/CheckAvailability Response JSON:
{
slot {[...]},
count_available: 1,
last_online_cancellable_sec: 1552930200
}
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eSlot-level cancellation windows can be activated by utilizing the \u003ccode\u003elast_online_cancellable_sec\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThis field is returned in the \u003ccode\u003eCheckAvailability\u003c/code\u003e response from the booking server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elast_online_cancellable_sec\u003c/code\u003e example field in the \u003ccode\u003eCheckAvailability\u003c/code\u003e Response is \u003ccode\u003e1552930200\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `last_online_cancellable_sec` field, included in the `CheckAvailability` response, enables slot-level cancellation windows. This field specifies a timestamp, representing the last second a slot can be cancelled online. When returned, it allows users to cancel specific slots within the designated timeframe. The example shows a JSON response demonstrating how this field is implemented, including the slot data, available count and the cancellable time.\n"],null,["# Set Cancellation Windows v0 (legacy)\n\n\u003cbr /\u003e\n\nSlot-level cancellation windows can be enabled by returning the\n`last_online_cancellable_sec` field in\n[CheckAvailability](/actions-center/legacy/reference/booking-server/checkavailability-method) responses. For example: \n\n### JSON\n\n```json\n /v3/CheckAvailability Response JSON:\n{\nslot {[...]},\ncount_available: 1,\nlast_online_cancellable_sec: 1552930200\n}\n \n```"]]