# 安全须知

### 密钥 <a href="#mi-yue" id="mi-yue"></a>

商户应用的 `APP_ID` 和 `APP_SECRECT` 非常重要，请勿显示在任何网页代码、网址参数中。

### 接口安全 <a href="#jie-kou-an-quan" id="jie-kou-an-quan"></a>

商户可在商户后台配置应用的 `IP白名单`，防范因密钥泄漏导致的资产安全问题。

### HTTPS <a href="#https" id="https"></a>

API 所有接口均采用 `HTTPS` 加密协议传输，部分接口需要提供 `notify_url & redirect_url`，建议商户对服务器部署 `HTTPS` 服务，保障数据的通信安全。


---

# 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://apidoc.tokenpay.me/chinese/shuo-ming/an-quan-xu-zhi.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.
