Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

KangSpaceTeam/wechat-helper

Open more actions menu

Repository files navigation

微信开发助手(wechat-helper)

License maven

快速开始 | Changelog | Report an issue

最新版本: 0.1.0

1. 模块

模块 说明 备注 状态
wechat-core 核心包 http,exception,接口统一定义包 ️📍
wechat-mp 微信公众号相关包 微信公众号接口,响应,错误码统一定义包 📍2023.05.28
wechat-work 企业微信相关包 企业微信接口,响应,错误码统一定义包 📍2023.09.15
wechat-platform 微信开发相关管理端相关包 微信开发相关管理端,web定义包
wechat-bom 依赖管理包 包版本管理 📍2022.12.01

2. 快速开始

2.1 微信公众号

微信公众号(wechat-mp)

2.2 企业微信

企微微信(wechat-work)

3. Maven

JDK: 1.8+

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.kangspace.wechat.helper</groupId>
            <artifactId>wechat-bom</artifactId>
            <version>${lastest-version}</version>
        </dependency>
    </dependencies>    
</dependencyManagement>

<dependencies>
    <!-- 企业微信 wechat-work -->
    <dependency>
        <groupId>org.kangspace.wechat.helper</groupId>
        <artifactId>wechat-work</artifactId>
        <version>${lastest-version}</version>
    </dependency>
    
    <!-- 微信公众号 wechat-mp -->
    <dependency>
        <groupId>org.kangspace.wechat.helper</groupId>
        <artifactId>wechat-mp</artifactId>
        <version>${lastest-version}</version>
    </dependency>
</dependencies>    

About

🛠️ 微信开发助手,通过整合微信公众号、服务号、微信开放平台和企业微信的开发API,提供统一微信API调用SDK、OPEN-API和微信应用的管理平台

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.