926 Commits

Author SHA1 Message Date
Cao Yi Heng
bd5aac0483 添加企业微信下的文本卡片消息 2018-10-22 10:20:59 +08:00
Sutra Zhou
59a7c81256 Update WeChat official documentation links for wxa. 2018-10-17 21:55:17 +08:00
jinyu
2719d25f99 fixed XXE bug 2018-10-13 18:48:11 +08:00
jinyu
5dea49df5b fixed #161 2018-09-11 23:06:33 +08:00
jinyu
bd9e832f47
Merge pull request #160 from sutra/sec-check
Implement WeChat Mini Program Sec Check API
2018-08-22 17:10:19 +08:00
jinyu
0859519ed9
Merge branch 'master' into sec-check 2018-08-22 17:10:09 +08:00
jinyu
922c0a466a
Merge pull request #159 from sutra/message_custom
Fix message_custom_send and message_custom_typing URLs.
2018-08-22 17:08:45 +08:00
Sutra Zhou
ea13e82d6b Bump version number from 1.8.2 to 1.9.0-SNAPSHOT. 2018-08-16 23:34:34 +08:00
Sutra Zhou
67226c8ccd Implement WXA SecCheck API. 2018-08-16 23:33:23 +08:00
Sutra Zhou
b6d1cd28e0 Fix message_custom_send and message_custom_typing URLs. 2018-08-16 15:49:15 +08:00
jinyu
b2ca23721e fixed #156 #157 2018-07-08 22:10:56 +08:00
jinyu
a6ec644596
Merge pull request #155 from sutra/#154
Fix Consts.loadProperties. Fixes #154.
2018-06-25 17:15:00 +08:00
Sutra Zhou
3984bd3e0a Fix Consts.loadProperties. Fixes #154. 2018-06-25 17:05:56 +08:00
jinyu
e2aeed4435
Merge pull request #152 from sutra/resources
Resources
2018-06-24 21:33:57 +08:00
jinyu
8753f94879
Merge pull request #151 from sutra/1.8.0
1.8.0
2018-06-21 20:42:36 +08:00
Sutra Zhou
4f01477306 Move error.xml from java to resources directory. 2018-06-17 17:21:34 +08:00
Sutra Zhou
824668eed0 Store properties file in resources directory. 2018-06-17 17:10:30 +08:00
Sutra Zhou
f291693dba Remove version definition in weixin4j-example pom.xml. 2018-06-16 19:29:20 +08:00
Sutra Zhou
4854dc8e0b Merge branch 'master' into 1.8.0 2018-06-16 19:23:06 +08:00
jinyu
710b11e170
Merge pull request #150 from sutra/version
Read version number from properties file, and use maven resource plug…
2018-06-15 15:50:28 +08:00
Sutra Zhou
60806cefcd Read version number from properties file, and use maven resource plugin filtering to assign the actual value. 2018-06-14 22:54:58 +08:00
Sutra Zhou
17b9a9bc87 Bump version number from 1.7.9 to 1.8.0. 2018-06-14 22:22:28 +08:00
jinyu
8f213ee093
Merge pull request #149 from sutra/wxa
Rename WXAFacade to WeixinAppFacade, to let it be more like as WeixinPayProxy
2018-06-11 09:30:03 +08:00
Sutra Zhou
08fe8833b3 Rename WXAFacade to WeixinAppFacade, to let it be more like as WeixinPayProxy. 2018-06-08 18:15:57 +08:00
jinyu
a62cbe009f
Merge pull request #148 from sutra/version
Add Consts.VERSION and use it in the Proxy classes.
2018-06-05 15:27:07 +08:00
jinyu
5be372d147
Merge pull request #147 from sutra/javadoc
Revise javadoc for WXAFacade.
2018-06-05 15:26:55 +08:00
Sutra Zhou
67bdda95b8 Add Consts.VERSION and use it in the Proxy classes. 2018-06-05 11:13:38 +08:00
Sutra Zhou
2ccfecf406 Revise javadoc for WXAFacade. 2018-06-05 09:36:27 +08:00
jinyu
154163933f
Merge pull request #146 from sutra/api-base-url
Allow user overriding properties defined in weixin.properties.
2018-06-04 21:23:11 +08:00
Sutra Zhou
d68a938b53 Allow user overriding properties defined in weixin.properties. 2018-06-03 22:00:01 +08:00
jinyu
8f9f97707f
Merge pull request #145 from sutra/sendCorpPayment
Update javadoc of CashApi.sendCorpPayment(CorpPayment), to align with the new WeChat official documentation.
2018-06-02 19:49:05 +08:00
Sutra Zhou
a978201750 Update javadoc of com.foxinmy.weixin4j.api.CashApi.sendCorpPayment(CorpPayment), to align with the new WeChat official documentation. 2018-05-31 13:05:35 +08:00
jinyu
2c244fb92b
Merge pull request #144 from sutra/custommsg
Implement WXA custom message related APIs.
2018-05-29 15:19:55 +08:00
Sutra Zhou
138fadb68b Fix CustomMessageAdapters. 2018-05-29 15:11:21 +08:00
Sutra Zhou
aad62d7739 Specify Map initialCapacity. 2018-05-29 15:04:47 +08:00
Sutra Zhou
e2777194da Merge branch 'master' into custommsg 2018-05-29 14:50:21 +08:00
jinyu
806dacfeef
Merge pull request #143 from sutra/wxa
Rename WeixinProxy to WXAFacade.
2018-05-29 14:32:07 +08:00
jinyu
5a21a3db2d
Merge pull request #142 from sutra/refund
Update javadoc of WeChat payment refunding, to align with the WeChat official document.
2018-05-29 11:42:59 +08:00
Sutra Zhou
9f60273e21 Implement WXA custom message related APIs. 2018-05-29 03:18:03 +08:00
Sutra Zhou
e082b89237 Rename WXAProxy to WXAFacade. 2018-05-29 01:05:02 +08:00
Sutra Zhou
8ccee90bc7 Add javadoc for WXAProxy constructors. 2018-05-29 00:12:08 +08:00
Sutra Zhou
d0218367a2 Rename WeixinProxy to WXAProxy. 2018-05-28 23:45:41 +08:00
Sutra Zhou
8abfafa2e8 Update javadoc of WeChat payment refunding, to align with the WeChat offical document. 2018-05-28 18:51:03 +08:00
Sutra Zhou
ceaa239dc6 Remove weixin4j-serverX/.project, this should be ignored from git version control. 2018-05-28 17:38:57 +08:00
jinyu
0566d8e290
Merge pull request #141 from sutra/notice
Implement template management and template message sending for WXA.
2018-05-28 11:13:18 +08:00
Sutra Zhou
329999fa93 Revise javadoc. 2018-05-27 02:13:30 +08:00
Sutra Zhou
9dd5c4d0f5 Merge branch 'qrcode' into notice 2018-05-27 01:22:50 +08:00
Sutra Zhou
977ccae14f Rename NoticeApi to TokenManagerApi, and use it in QrCodeApi too. 2018-05-27 01:22:01 +08:00
Sutra Zhou
89a5c79e7a Delete WxaCodeError. 2018-05-26 19:41:59 +08:00
Sutra Zhou
1241072a1b Implement template management and template message sending for WXA. 2018-05-26 18:21:27 +08:00