> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/wang-luo-api/lian-meng-huo-ban-yu-guang-gao-zhu-mi-ma-zhong-zhi.md).

# 联盟客与广告主密码重置

### 通用参数

| **查询**     | **类型** | **描述**    |
| ---------- | ------ | --------- |
| mid        | 整数     | 网络账户 ID   |
| api-key    | 字符串    | 网络 API 密钥 |
| secret-key | 字符串    | 网络密钥      |

***

## **联盟账户密码重置**

```
POST https://api.offer18.com/api/m/affiliate_password_reset
```

:link: [<mark style="color:蓝色;">**点击测试联盟密码重置 API**</mark>](https://offer18.readme.io/reference/password-reset)

#### 筛选

| **主体**          | **类型** |
| --------------- | ------ |
| affiliate-email | 字符串    |

#### **API 响应**

```
{
    "status": "200",
    "response": "affiliate_pass_reset:completed",
    "password": "00000000",
    "affiliate_id": "000000"
}
```

***

## **广告主密码重置**

```
POST https://api.offer18.com/api/m/advertiser_password_reset
```

:link: [<mark style="color:蓝色;">**点击测试广告主密码重置 API**</mark>](https://offer18.readme.io/reference/advertiser-password-reset)

#### 筛选

| **主体**           | **类型** |
| ---------------- | ------ |
| advertiser-email | 字符串    |

#### **API 响应**

```
{
    "status": "200",
    "response": "advertiser_pass_reset:completed",
    "password": "00000000",
    "advertiser_id": "000000"
}
```

{% hint style="info" %}
**为保证交互安全，请始终从服务器端调用 API。**
{% endhint %}


---

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

```
GET https://knowledgebase.offer18.com/zh/wang-luo/wang-luo-api/lian-meng-huo-ban-yu-guang-gao-zhu-mi-ma-zhong-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.
