Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
/ tianmu_weixin Public archive

this is a weixin public platform tools.这是微信公众平台工具

Notifications You must be signed in to change notification settings

tianmu/tianmu_weixin

Repository files navigation

tmWeixin

这是微信公众平台工具,里面包含了相关的接口,可以直接调用。

使用方法:

你首先需要实现WeixinKit接口,里面是所有微信常见的参数,可以选择不填写。然后根据你工程的需要,配置如下文件 spring: 配置applicationContext,在里面加入

// 配置weixin这个
<bean id="springContextsUtil" class="cn.com.kehwa.weixin.util.SpringContextsUtil"></bean>
// 必须生成这个或者手工set进去
<bean name="weixinKitFactory" class="cn.com.kehwa.weixin.util.WeixinKitFactory">
	<property name="weixinKit">
		<ref bean="weixinKitService" />// weixinKitService你的实现类
	</property>
</bean>

About

this is a weixin public platform tools.这是微信公众平台工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages