> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/zh/operation/check.md).

# 设置紧急检查

合作方可以在控制台中预先设置小程序服务检查时间表，从而向进入正在检查中的小程序的用户展示小程序服务检查通知。

使用检查功能时，用户在进入小程序时可通过 안내界面确认检查状态。

{% hint style="info" %}
**请务必确认。**

* 请在检查开始前预先设置检查通知。
* 检查结束后，请务必将状态更改为“取消”。即使小程序已恢复正常，检查通知也可能会持续展示。
* 检查进行中时，无法申请最新版本的发布审核。
  {% endhint %}

{% hint style="info" %}
**对已经在游玩的用户的处理**

当前检查设置仅在小程序 **进入时点**才会展示检查通知。对于已经在使用小程序的用户，即使在 App in Toss 中也无法确认其状态。

因此，在需要检查时， **需要提前通知及单独措施**。

如果与自有服务器的通信中断，建议在客户端也实现展示弹窗并结束小程序的逻辑。关于结束小程序，请参考 closeView。
{% endhint %}

### **进入紧急检查设置**

* **进入方法：** App in Toss 控制台 → 选择工作区 → 选择小程序 → 应用信息 → 右上角  **`告知紧急检查`**

  <figure><img src="/files/21f954a02a1be330450721f66c1f7238bc175cc4" alt=""><figcaption></figcaption></figure>

### **输入紧急检查时间表**

* **检查开始时间 / 结束时间：** 请准确设置检查进行的时间段。

<figure><img src="/files/d1427db5780d0d27b9e3ee4dcfa38d9cb208a393" alt=""><figcaption></figcaption></figure>

### **结束并修改紧急检查时间表**

* 再次点击已设置的检查设置菜单即可取消检查时间表。
* 取消后，向用户展示的检查通知会立即消失。
* 即使需要延长时间，也请点击“紧急检查预定”按钮修改时间表。

<figure><img src="/files/8da4225ef1a818ae54d3f0c983271d2194ce0e48" alt=""><figcaption></figcaption></figure>

### **检查相关小程序展示画面**

当紧急检查开始时，访问服务时 **“服务正在检查中”** （左侧画面）会显示。\
在此画面中可以选择是否同意接收检查结束通知，选择接收通知的用户在紧急检查结束后会自动收到推送/通知。（右侧画面）\
自 Toss 应用 5.253.0 版本起适用。

<figure><img src="/files/7f795ca4529aafa7d0f986d3db0a66687044b68e" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers-apps-in-toss.toss.im/guide/zh/operation/check.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
