# 2.3 修改-防封网址

**本API接口对应的会员中心页面版:**

* `https://www.wechaturl.us/user/index.html#business_management/domain_url_list`

**说明：**

* 本功能会自动启动监控微信封杀情况,如果你设置了多个落地页域名.某个落地页域名封,会自动切换到可用的域名.同时我们会以短信/微信/邮箱实时通知你

**请求URL：**

* `https://wechaturl.us/api/DomainShortUrl.json`

**请求方式：**

* POST 或者GET(如果用GET,特殊字符串需要url编码)

**参数：**

| 参数名                    | 必选 | 类型     | 说明                                                                                                                                                                                                            |
| ---------------------- | -- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| appid                  | 是  | int    | <http://www.wechaturl.us/user/index.html> 去免费获取appid                                                                                                                                                          |
| appkey                 | 是  | string | <http://www.wechaturl.us/user/index.html> 去免费获取appkey                                                                                                                                                         |
| type                   | 是  | string | 值:edit                                                                                                                                                                                                        |
| group\_id              | 否  | int    | 默认为0；一般情况你不会使用这个参数，除非你有多个项目                                                                                                                                                                                   |
| url                    | 是  | string | <p>输入http(s)://开头的网址<br> 记住,填写的网址对应的域名必须提前添加到落地页域名列表,可以到这里去操作<br><https://www.wechaturl.us/user/index.html#business_management/land_domain></p>                                                               |
| visit\_type            | 否  | string | <p>值只能是:browser,frame,jump,android\_browser.默认不做修改<br>如果你不知道它含义请到会员中心页面版查看</p>                                                                                                                                |
| new\_land\_domain\_url | 否  | string | <p>修改域名,默认不做修改.<br>http(s)://开头的域名,如<a href="https://xxxxx.com"><https://xxxxx.com></a><br>记住,修改的新域名必须提前添加到落地页域名列表,可以到这里去操作<br><https://www.wechaturl.us/user/index.html#business_management/land_domain></p> |
| title                  | 否  | string | 网址的title标签,默认不做修改                                                                                                                                                                                             |
| keywords               | 否  | string | 网址的keywords标签,默认不做修改                                                                                                                                                                                          |
| description            | 否  | string | 网址的description标签,默认不做修改                                                                                                                                                                                       |

**返回示例**

* `https://wechaturl.us/api/DomainShortUrl.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&type=edit&visit_type=jump&new_land_domain_url=http://www.163.com&title=title1&keywords=keywords1&description=description1&url=http://www.cnblogs.com/shanyou/p/11219156.html`

```
{
  "code": 1,
  "message": "修改成功！"
}
```

[**查看所有CODE、STATUS值含义**](https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi/blob/master/%E5%BE%AE%E4%BF%A1%E9%98%B2%E5%B0%81%E6%9D%80%E7%B3%BB%E7%BB%9Fapi%E6%8E%A5%E5%8F%A3%E8%AF%A6%E7%BB%86%E8%AF%B4%E6%98%8E/CODE%E4%BB%A3%E7%A0%81%E6%B1%87%E6%80%BB.md)


---

# 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://wechaturl.gitbook.io/wechaturl/domain/domain_url_edit.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.
