YuJian
|
779e36b1fa
|
新增卡券相关接口6个
1. getCardApiTicket获得卡券的api_ticket
2. createCardApiSignature创建调用卡券api时的签名
3. decryptCardCode卡券code解码
4. queryCardCode卡券code查询
5. consumeCardCode卡券核销
6. markCardCode卡券mark接口
|
2016-01-11 21:03:21 +08:00 |
|
YuJian
|
980ad0b7bf
|
WxMpInMemoryConfigStorage新增cardApiTicket的存储
|
2016-01-11 20:46:35 +08:00 |
|
YuJian
|
65c532e45b
|
增加卡券的FriendUserName字段
|
2016-01-11 20:46:35 +08:00 |
|
YuJian
|
89e092b04d
|
添加关于卡券事件推送的常量、XML消息字段
|
2016-01-11 20:46:35 +08:00 |
|
Daniel Qian
|
c8ed7738ab
|
issue #172 jodd HttpResponse add charset("UTF-8")
|
2016-01-11 09:01:48 +08:00 |
|
Daniel Qian
|
25eb592f26
|
fix: #172 based on PR #259
|
2016-01-10 10:34:25 +08:00 |
|
Daniel Qian
|
d759e6935e
|
fix: #256, #172 CloseableHttpResponse 使用外没有关闭的问题
|
2016-01-07 18:07:31 +08:00 |
|
Daniel Qian
|
06e4dda310
|
微信支付计算精度问题 #248
|
2016-01-07 18:02:20 +08:00 |
|
Daniel Qian
|
00a197a130
|
Merge pull request #254 from kakotor/develop
XStreamTransformer 增加注册方法,来注册自定义的消息类型
|
2015-12-30 08:43:03 +08:00 |
|
ben
|
0619c3f01e
|
修改me.chanjar.weixin.mp.bean.WxMpXmlOutTransferCustomerServiceMessage 支持将消息转发到多客服(https://mp.weixin.qq.com/wiki/5/ae230189c9bd07a6b221f48619aeef35.html)中的两种方式
|
2015-12-29 10:10:45 +08:00 |
|
ben
|
c901067509
|
Merge branch 'develop' of https://github.com/chanjarster/weixin-java-tools into develop
|
2015-12-28 12:36:22 +08:00 |
|
ben
|
5778b42e1e
|
XStreamTransformer 增加注册方法,来注册自定义的消息类型
|
2015-12-25 14:40:18 +08:00 |
|
Daniel Qian
|
72aab0d7b8
|
upgrade to 1.3.4-SNAPSHOT
|
2015-12-25 09:35:17 +08:00 |
|
Daniel Qian
|
6a8fd455dc
|
Merge branch 'develop'
|
2015-12-25 09:34:14 +08:00 |
|
Daniel Qian
|
03406f128f
|
upgrade to 1.3.3
|
2015-12-25 09:27:35 +08:00 |
|
Daniel Qian
|
097fc091b1
|
Merge pull request #242 from videome/pay-result-bug
Fix the bug that fails to query order due to sign error.
|
2015-12-25 09:15:24 +08:00 |
|
Daniel Qian
|
1e67c3f47b
|
Merge pull request #252 from SimonDolph/unionid
add unionid
|
2015-12-25 09:14:12 +08:00 |
|
SimonDolph
|
ed84f511c7
|
add unionid
|
2015-12-24 17:44:48 +08:00 |
|
Daniel Qian
|
05777c664a
|
Merge pull request #249 from tianmu/master
add conditional menu method
|
2015-12-23 08:46:56 +08:00 |
|
Tianmu
|
6b522da559
|
change name: matchrule to matchRule
|
2015-12-22 10:45:15 +08:00 |
|
tianmu
|
8d87609c0b
|
Update WxMenu.java
|
2015-12-21 21:04:01 +08:00 |
|
tianmu
|
b2e1cca6c2
|
change tab space
change tab space 1 time
|
2015-12-21 19:41:42 +08:00 |
|
tianmu
|
f8207ef65f
|
change tab space
change tab space 2 times
|
2015-12-21 19:33:32 +08:00 |
|
tianmu
|
924d3c254f
|
Update WxMenu.java
|
2015-12-21 16:14:48 +08:00 |
|
tianmu
|
f585385e6e
|
change tab space
change tab space
|
2015-12-21 16:13:03 +08:00 |
|
Tianmu
|
34fda26e02
|
add conditional menu method
|
2015-12-21 16:00:18 +08:00 |
|
Daniel Qian
|
5309e132ce
|
Merge pull request #246 from liukaitj/develop
企业号的发送消息接口的数据格式中加入safe字段
|
2015-12-18 16:10:07 +08:00 |
|
Liu Kai
|
15d6b79319
|
企业号的发送消息接口的数据格式中加入safe字段
根据微信企业号官方文档(
http://qydev.weixin.qq.com/wiki/index.php?title=%E6%B6%88%E6%81%AF%E7%B1%BB%E5%9E%8B%E5%8F%8A%E6%95%B0%E6%8D%AE%E6%A0%BC%E5%BC%8F
),发送消息接口的数据格式中需要加入safe字段。并且经过实际验证,官方文档上“safe为非必须项”的表述有误,safe应为必须项,即如果参数中没有写safe字段而调用发送消息接口的话,微信服务器会正常返回,但touser却收不到任何消息。
Change-Id: Ifc894e6f6b03147f000b42f346d2bdccb11b0c64
Signed-off-by: Liu Kai <liukai@tinkers.com.cn>
|
2015-12-18 12:11:11 +08:00 |
|
Daniel Qian
|
0388c8d9dc
|
upgrade to 1.3.3-SNAPSHOT
|
2015-12-05 15:37:25 +08:00 |
|
Daniel Qian
|
780074f219
|
upgrade version
|
2015-12-03 12:47:38 +08:00 |
|
Daniel Qian
|
59bdad92f6
|
fix: java doc incorrectness
|
2015-12-03 12:45:52 +08:00 |
|
Kane Zhu
|
5594c8852d
|
Fix the bug that fails to query order due to sign error.
|
2015-12-01 11:18:39 +08:00 |
|
Daniel Qian
|
89a260dded
|
Merge pull request #241 from videome/develop
Improve error message of the failure of getting prepayid.
|
2015-11-30 14:24:41 +08:00 |
|
Kane Zhu
|
b19dc7b0fb
|
Improve error message of the failure of getting prepayid.
|
2015-11-28 21:49:32 +08:00 |
|
Daniel Qian
|
379aae95f1
|
issue #209
|
2015-11-25 08:46:59 +08:00 |
|
Daniel Qian
|
6c45fdacdb
|
Merge branch 'master' into develop
|
2015-11-24 13:11:24 +08:00 |
|
Daniel Qian
|
5f456eb521
|
issue #236
|
2015-11-24 13:10:47 +08:00 |
|
Daniel Qian
|
27ce2a2746
|
Merge pull request #233 from videome/develop
Support sending redpack.
|
2015-11-20 14:51:46 +08:00 |
|
Daniel Qian
|
d5b3239a01
|
Update README.md
|
2015-11-20 10:07:26 +08:00 |
|
Daniel Qian
|
7972733feb
|
Update README.md
|
2015-11-19 13:45:13 +08:00 |
|
Kane Zhu
|
30f22896b1
|
Support sending redpack.
|
2015-11-17 19:39:59 +08:00 |
|
Daniel Qian
|
d0a452904a
|
Merge pull request #216 from videome/develop
Improve 'templateSend' method to check the response code to see if it…
|
2015-10-23 15:16:37 +08:00 |
|
Daniel Qian
|
b5f0ee75b0
|
Merge pull request #218 from ukid/develop
票据验证方法
|
2015-10-23 15:15:30 +08:00 |
|
ukid
|
123e5ef973
|
票据验证方法
|
2015-10-23 14:33:32 +08:00 |
|
Kane Zhu
|
23c96d9076
|
Improve 'templateSend' method to check the response code to see if it's successful or not.
|
2015-10-22 18:51:31 +08:00 |
|
Daniel Qian
|
9363a67538
|
upgrade to 1.3.2-SNAPSHOT
|
2015-10-16 10:13:37 +08:00 |
|
Daniel Qian
|
7b3a3a4c2f
|
Merge branch 'develop'
|
2015-10-16 10:08:45 +08:00 |
|
Daniel Qian
|
5e7d1ebbbd
|
upgrade to 1.3.1
|
2015-10-16 10:07:40 +08:00 |
|
Daniel Qian
|
d87fe63591
|
Merge pull request #214 from videome/develop
Improve prepay API to support all parameters.
|
2015-10-14 19:43:52 +08:00 |
|
Kane Zhu
|
cc3714c599
|
Improve prepay API to support all parameters.
|
2015-10-14 16:36:55 +08:00 |
|