1 Star 0 Fork 1

FangshuoIT / wechat-sdk

forked from Arthur / wechat-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

wechat-sdk

对微信接口进行了封装,简单易用,jre-version 1.7

微信Module

微信工程可以分为3个部分

  1. wechat-admin,管理后台(PC端配置)
  2. wechat-front,微站(移动端显示)
  3. wechat-api,微信消息接口(将微信消息接口独立出来减轻front负载,同时提供对内、外部的接口)

已实现接口

  1. 消息接口
  2. 微信网页开发
  3. 素材管理
  4. 用户管理
  5. 账号管理
  6. 微信多客服
  7. 数据统计

Msg center

  • 获取地理位置
  • 认证事件推送

TODO

  1. 消息接口 获取公众号自动回复配置
  2. 微信小店
  3. 微信卡券
  4. 微信门店
  5. 微信智能接口
  6. 微信多客服 多客服会话控制 获取客服聊天记录 自定义插件
  7. 微信摇一摇
  8. 微信连WiFi
  9. 微信扫一扫

should callback

e.g

    WxBase wxBase = WxCache.getWxBase(tenantId)
    TemplateMsgClient client = WxClientFactory.getClient(TemplateMsgClient.class, wxBase);
    TemplateMsgResult rs = client.send(WxCache.getAccessToken(tenantId), msg);
    // 回调校验accessToken是否有效
    WxCache.refreshAccessTokenIfInvalid(rs, tenantId);

m2 central repository snapshot

<dependency>
  <groupId>com.codeyn</groupId>
  <artifactId>wechat-sdk</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

upgrade

  1. local cache
  2. extends template message
  3. message center
The MIT License (MIT) Copyright (c) 2016 Arthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

微信接口的封装 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/fangshuoit/wechat-sdk.git
git@gitee.com:fangshuoit/wechat-sdk.git
fangshuoit
wechat-sdk
wechat-sdk
master

搜索帮助