# 驗證碼封鎖列表

**驗證碼封鎖列表**的範本結構，用於記錄電話號碼被封鎖的次數和日期。這樣的列表能幫助追蹤哪些號碼頻繁發送錯誤驗證碼，並對可能的異常活動進行監控：

***

### 📋 驗證碼封鎖列表 <a href="#id-4" id="id-4"></a>

| 電話號碼        | 次數 | 封鎖日期                |
| ----------- | -- | ------------------- |
| 85362337005 | 3  | 2025-05-21 21:57:08 |
| 85366320123 | 2  | 2025-05-21 21:57:07 |
| 85366320123 | 1  | 2025-05-20 16:18:33 |
| 85366320123 | 1  | 2025-05-20 16:04:32 |
| 85366320123 | 1  | 2025-05-14 19:21:34 |

***

#### 其他注意事項： <a href="#id-16" id="id-16"></a>

* **封鎖次數：** 若同一電話號碼多次發送錯誤驗證碼或觸發驗證碼請求過於頻繁，則會列入封鎖名單。
* **封鎖日期：** 記錄該電話號碼最後一次被封鎖的時間，便於後續查詢。

***

\ <br>


---

# Agent Instructions: 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:

```
GET https://help.cube.mo/kai-dian-zhi-nan/jia-zhi-gong-neng/duan-xun-guan-li-ctm/yan-zheng-ma-feng-suo-lie-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
