Giter VIP home page Giter VIP logo

weixin-java's Introduction

#基本信息#

本项目是在做一个在线点餐的一个软件项目的过程中,将微信服务号开发相关功能分离出来形成的。可以支持使用 java 语言开发微信服务号相关功能。本项目只是实现了部分微信公众号的功能。

#实现功能列表#

  • 微信授权服务。实现生成两种网页授权回调的 url
  • 微信用户管理。实现通过网页授权回调获取的 code 获取用户的 openid 基本信息等
  • 微信支付服务。实现订单的统一下单。生成 JSAPI 支付信息
  • 微信消息服务。实现对微信用户发送客服消息的服务
  • 微信JSAPI服务。实现生成 JSAPI config 信息和 JSAPI 签名功能
  • 微信菜单服务。未完善

##用法##

  • 可以使用 Spring 初始化服务的接口,并且进行调用
  • 初始化之前需要配置 weixin.properites 文件。该文件主要配置微信相关信息 参考
  • 如果使用 redis 作为 token 的缓存机制,则需要配置 cache.prpperties 文件。该文件指定 redis 服务器信息
  • 完整的 Spring 配置样例参考 weixin_service.xml 文件
  • 完整的 api 调用样例参考测试用例目录中的实现

#作者联系方式#

邮箱: [email protected]

weixin-java's People

Contributors

gaochao2000 avatar

Watchers

James Cloos avatar Jie Tan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.