359 Star 937 Fork 544

JEECG / jeewx-api

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

JEEWX-API 微信开发SDK

最新版本: 1.4.9(发布日期:20220902)

反馈问题:发现bug请在github 发issue

项目介绍

JEEWX-API 是一款JAVA版的微信开发SDK,支持微信公众号、小程序、微信企业号、支付宝生活号SDK和微博SDK。你可以基于她,快速的傻瓜化的进行微信开发、支付窗和微博开发。 基于jeewx-api开发,可以立即拥有简单易用的API,让开发更加轻松自如,节省更多时间。

技术交流

Jeewx-Api 集成方法

[1].maven 方式

在pom.xml 添加jeewx-api 1.3依赖
<dependency>
	<groupId>org.jeecgframework</groupId>
	<artifactId>jeewx-api</artifactId>
	<version>1.4.9</version>
</dependency>

[2].非maven方式

     直接拷贝jeewx-api-*.jar进项目Lib中

API测试

public static void main(String[] args) {
	try {
		String accesstoken = "?";
		String user_openid = "o8QKAuAyDxxfyuBZ9ugSMR4SR5XQ";
		JwUserAPI.getWxuser(accesstoken, user_openid);
	} catch (WexinReqException e) {
		// TODO Auto-generated catch block
		e.printStackTrace();
	}
	
}

About

第三方APP开发SDK——支持微信、钉钉、小程序、企业微信、微博SDK等;基于Jeewx-Api开发可以立即拥有简单易用的API,让开发更加轻松自如,节省更多时间 expand collapse
wechat and 2 more languages
Apache-2.0
Cancel

jeewx-api

Contributors

All

Activities

Load More
can not load any more
wechat
1
https://gitee.com/jeecg/jeewx-api.git
git@gitee.com:jeecg/jeewx-api.git
jeecg
jeewx-api
jeewx-api
master

Search