# 微信域名防封接口(SDK)

## api for php SDK

#### 1.采用composer安装，复制下面的即可

```
composer require goodyes/wechat_url_check_preventing_blocked_api
```

{% hint style="info" %}
&#x20;<https://packagist.org/packages/goodyes/wechat_url_check_preventing_blocked_api>
{% endhint %}

#### 自己下载php源码

{% code title="  git clone <https://github.com/wechaturl/wechat_url_api.git>" %}

```bash
<?php
include_once 'src/businiao.lib/businiao.lib.php';
//require_once $_SERVER['DOCUMENT_ROOT'].'/vendor/autoload.php';
#下面就是你需要的使用api
#你可以看看我们提供的案例文件，甚至直接使用案例文件
?>
```

{% endcode %}

## api for JAVA SDK

> <https://github.com/wechaturl/wechat_url_api_java_sdk> &#x20;

### 其他编程语言

由于其他语言我们暂时没有提供SDK，不过你可以通过api文档进行编写调用我们的接口

### 关于语言文档

目前，我们已经支持English，中文，日语，韩语，法语和西班牙.你只需要更换你的浏览器语言即可实现其他的语言

### 法律和限制

你必须遵守我们的[法律条款](https://wechaturl.gitbook.io/wechaturl/end/blanklist)


---

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