Liu Kai
5f75a03ede
修复微信退款接口的错误
1. 修复微信退款接口的错误。
2. 格式化微信退款接口及微信支付JSSDK调用接口失败时抛出异常的msg。
Change-Id: Ib3b14965ea29ee518047535a75b81a4972b91271
Signed-off-by: Liu Kai <liukai@tinkers.com.cn>
9 年之前
Liu Kai
2a6993713a
微信支付JSSDK及退款接口增加异常处理
为解决接口调用端无法取到调用微信服务器的返回结果的问题,微信支付JSSDK及退款接口增加了异常处理。
Change-Id: I2fe5255edb416336b64bef84a4bac5ba51231d67
Signed-off-by: Liu Kai <liukai@tinkers.com.cn>
9 年之前
Liu Kai
852017f7b4
增加微信退款接口以及修改几个卡券相关的接口
1. 增加微信退款接口
2. 增加取得卡券详情接口
3. 修改取卡券签名接口的说明
4. 将卡券核销接口的返回值由Void改为String
Change-Id: I2bac2d090871a4988f7279a9794eca5722451cdd
Signed-off-by: Liu Kai <liukai@tinkers.com.cn>
9 年之前
Daniel Qian
b5986cfd4f
Merge pull request #263 from mgcnrx11/feat_card_coupon
Feature card coupon
9 年之前
YuJian
54ced62f30
换用JoddGetRequestExecutor
解决NoHttpResoponseException问题
9 年之前
YuJian
779e36b1fa
新增卡券相关接口6个
1. getCardApiTicket获得卡券的api_ticket
2. createCardApiSignature创建调用卡券api时的签名
3. decryptCardCode卡券code解码
4. queryCardCode卡券code查询
5. consumeCardCode卡券核销
6. markCardCode卡券mark接口
9 年之前
YuJian
980ad0b7bf
WxMpInMemoryConfigStorage新增cardApiTicket的存储
9 年之前
YuJian
65c532e45b
增加卡券的FriendUserName字段
9 年之前
YuJian
89e092b04d
添加关于卡券事件推送的常量、XML消息字段
9 年之前
Daniel Qian
c8ed7738ab
issue #172 jodd HttpResponse add charset("UTF-8")
9 年之前
Daniel Qian
25eb592f26
fix : #172 based on PR #259
9 年之前
Daniel Qian
d759e6935e
fix : #256 , #172 CloseableHttpResponse 使用外没有关闭的问题
9 年之前
Daniel Qian
06e4dda310
微信支付计算精度问题 #248
9 年之前
Daniel Qian
00a197a130
Merge pull request #254 from kakotor/develop
XStreamTransformer 增加注册方法,来注册自定义的消息类型
9 年之前
ben
0619c3f01e
修改me.chanjar.weixin.mp.bean.WxMpXmlOutTransferCustomerServiceMessage 支持将消息转发到多客服( https://mp.weixin.qq.com/wiki/5/ae230189c9bd07a6b221f48619aeef35.html )中的两种方式
9 年之前
ben
c901067509
Merge branch 'develop' of https://github.com/chanjarster/weixin-java-tools into develop
9 年之前
ben
5778b42e1e
XStreamTransformer 增加注册方法,来注册自定义的消息类型
9 年之前
Daniel Qian
72aab0d7b8
upgrade to 1.3.4-SNAPSHOT
9 年之前
Daniel Qian
6a8fd455dc
Merge branch 'develop'
9 年之前
Daniel Qian
03406f128f
upgrade to 1.3.3
9 年之前
Daniel Qian
097fc091b1
Merge pull request #242 from videome/pay-result-bug
Fix the bug that fails to query order due to sign error.
9 年之前
Daniel Qian
1e67c3f47b
Merge pull request #252 from SimonDolph/unionid
add unionid
9 年之前
SimonDolph
ed84f511c7
add unionid
9 年之前
Daniel Qian
05777c664a
Merge pull request #249 from tianmu/master
add conditional menu method
9 年之前
Tianmu
6b522da559
change name: matchrule to matchRule
9 年之前
tianmu
8d87609c0b
Update WxMenu.java
9 年之前
tianmu
b2e1cca6c2
change tab space
change tab space 1 time
9 年之前
tianmu
f8207ef65f
change tab space
change tab space 2 times
9 年之前
tianmu
924d3c254f
Update WxMenu.java
9 年之前
tianmu
f585385e6e
change tab space
change tab space
9 年之前
Tianmu
34fda26e02
add conditional menu method
9 年之前
Daniel Qian
5309e132ce
Merge pull request #246 from liukaitj/develop
企业号的发送消息接口的数据格式中加入safe字段
9 年之前
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>
9 年之前
Daniel Qian
0388c8d9dc
upgrade to 1.3.3-SNAPSHOT
9 年之前
Daniel Qian
780074f219
upgrade version
9 年之前
Daniel Qian
59bdad92f6
fix: java doc incorrectness
9 年之前
Kane Zhu
5594c8852d
Fix the bug that fails to query order due to sign error.
9 年之前
Daniel Qian
89a260dded
Merge pull request #241 from videome/develop
Improve error message of the failure of getting prepayid.
9 年之前
Kane Zhu
b19dc7b0fb
Improve error message of the failure of getting prepayid.
9 年之前
Daniel Qian
379aae95f1
issue #209
9 年之前
Daniel Qian
6c45fdacdb
Merge branch 'master' into develop
9 年之前
Daniel Qian
5f456eb521
issue #236
9 年之前
Daniel Qian
27ce2a2746
Merge pull request #233 from videome/develop
Support sending redpack.
9 年之前
Daniel Qian
d5b3239a01
Update README.md
9 年之前
Daniel Qian
7972733feb
Update README.md
9 年之前
Kane Zhu
30f22896b1
Support sending redpack.
9 年之前
Daniel Qian
d0a452904a
Merge pull request #216 from videome/develop
Improve 'templateSend' method to check the response code to see if it…
9 年之前
Daniel Qian
b5f0ee75b0
Merge pull request #218 from ukid/develop
票据验证方法
9 年之前
ukid
123e5ef973
票据验证方法
9 年之前
Kane Zhu
23c96d9076
Improve 'templateSend' method to check the response code to see if it's successful or not.
9 年之前