All Projects → muarine → component

muarine / component

Licence: other
微信第三方开放平台、微信支付SDK

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
FreeMarker
481 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to component

wxpay-gitbook
微信支付文档: https://yclimb.gitbook.io/wxpay/
Stars: ✭ 45 (+87.5%)
Mutual labels:  weixin-sdk, weixin-pay
stuhack
Chrome extension for studocu premium free
Stars: ✭ 117 (+387.5%)
Mutual labels:  freemarker
huanhuan-blog
一个java版本freemarker的小博客项目
Stars: ✭ 19 (-20.83%)
Mutual labels:  freemarker
officeexport-java
三行代码导出自定义样式word
Stars: ✭ 68 (+183.33%)
Mutual labels:  freemarker
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-37.5%)
Mutual labels:  freemarker
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+270.83%)
Mutual labels:  freemarker
QSPay
😀安卓一行代码☕搞定微信支付、支付宝支付、银联支付
Stars: ✭ 28 (+16.67%)
Mutual labels:  weixin-pay
authority-manage-system
使用SpringBoot/WebFlux+Shiro+JPA+Java/Scala,实现的基于数据库细粒度动态权限管理系统
Stars: ✭ 66 (+175%)
Mutual labels:  freemarker
mee-admin
admin、cms、console 等多用途开源后台系统
Stars: ✭ 117 (+387.5%)
Mutual labels:  freemarker
Clownfish
Smart Content Management System using Spring Boot
Stars: ✭ 14 (-41.67%)
Mutual labels:  freemarker
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-41.67%)
Mutual labels:  freemarker
AppPay
💸 AppPay专注于App支付的库,几句代码轻松搞定微信支付、支付宝支付。集成更简单。
Stars: ✭ 33 (+37.5%)
Mutual labels:  weixin-pay
ftl-node
ftl parse html static server
Stars: ✭ 21 (-12.5%)
Mutual labels:  freemarker
ShareLoginLib
第三方登录、分享封装库,几行代码即可完成集成,无需配置混淆。
Stars: ✭ 431 (+1695.83%)
Mutual labels:  weixin-sdk
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-4.17%)
Mutual labels:  freemarker
anger-wechat
👿Angry wechat api 微信支付、小程序、各种接口的封装。
Stars: ✭ 17 (-29.17%)
Mutual labels:  weixin-pay
qyweixin
微信企业号接口 (http://qy.weixin.qq.com)
Stars: ✭ 16 (-33.33%)
Mutual labels:  weixin-sdk
mindoc
数据库文档生成器
Stars: ✭ 27 (+12.5%)
Mutual labels:  freemarker
freemarker-generator
Apache FreeMarker Generator
Stars: ✭ 25 (+4.17%)
Mutual labels:  freemarker
www.renfei.net
任霏的个人网站与博客,基于SpringBoot开发,包含博客、相册、视频、工具箱等栏目,这个项目也是我的实验室,各种新奇的技术将在这里尝试。 https://www.renfei.net
Stars: ✭ 13 (-45.83%)
Mutual labels:  freemarker

微信公众号三方平台

  • Maven 模块聚合
<modules>
	<module>common-config</module>
	<module>common-core</module>
	<module>component-sdk</module>
	<module>component-utils</module>
	<module>component-test</module>
	<module>component-web</module>
</modules>
  • common-config 环境配置
  • common-core 核心模块
  • component-sdk 微信SDK
  • component-util 常用工具类
  • component-test 单元测试
  • component-web Web应用

如何接入使用

  • 导入数据库component-web/doc/database/component.sql
  • 更新component-web/src/main/resources/system.properties配置文件,具体操作参考文件中的注释

Compile && Deploy

cd ****/component
mvn install
  • 注:更新component-utils和component-sdk组件包需重新打包,生成带版本号的jar
mvn clean
mvn install
  • 若使用Eclipse重新打包后工程出现编译错误的小红叉,重新编译一次即可(Project->Clean->选中component所有组件项目->OK)

component-sdk

封装微信SDK
api 		微信API
exp		SDK内部异常
handler		对外开放Handler
model		消息解析/封装处理类,freemaker模板解析
mp.*		回调消息封装类
sign		消息加解密
utils		SDK内部工具类
pay		    微信支付相关

支持的权限集API

fid 权限集 SDK API
1 消息管理权限 MpAPI
2 用户管理权限 UserAPI
3 帐号服务权限 UserAPI
4 网页服务权限 WebServiceAPI
5 微信小店权限 暂无
6 微信多客服权限 暂无
7 群发与通知权限 NotifyAPI
8 微信卡券权限 CardAPI
9 微信扫一扫权限 暂无
10 微信连WIFI权限 暂无
11 素材管理权限 MaterialAPI
12 微信摇周边权限 ShakeAroundAPI
13 微信门店权限 PoiAPI
14 微信支付权限 已完成支付、订单、退款、企业红包、现金红包
15 自定义菜单权限 MenuAPI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].