807 Commits

Author SHA1 Message Date
Sutra Zhou
824668eed0 Store properties file in resources directory. 2018-06-17 17:10:30 +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
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
jinyu
23d591fc0a
Merge pull request #140 from sutra/qrcode
Implement WXA code and WXA QR code getting.
2018-05-23 12:21:28 +08:00
Sutra Zhou
00290e3820 Revise javadoc. 2018-05-23 00:21:01 +08:00
Sutra Zhou
2acb0efbd2 Implement WXA code and WXA QR code getting. 2018-05-22 22:19:07 +08:00
jinyu
822307464e
Merge pull request #139 from sutra/jscode2session
Implement jscode2session API of Mini Program.
2018-05-21 10:58:21 +08:00
Sutra Zhou
7569807d65 Mark new classes as @since 1.8. 2018-05-19 10:33:35 +08:00
Sutra Zhou
cb3697d4e5 Update link of jscode2session doc. 2018-05-18 20:54:21 +08:00
Sutra Zhou
39e2e9b746 Implement jscode2session API of Mini Program. 2018-05-18 20:43:35 +08:00
jinyu
197f498e62 getter for miniprogram 2018-05-11 19:15:20 +08:00
jinyu
761c16e07d miniprogram 2018-05-04 23:08:28 +08:00
jinyu
ec04f2302f
Merge pull request #136 from sutra/wxa
Add WXBizDataCrypt for WeChat Mini Program.
2018-05-01 17:33:07 +08:00
jinyu
41845f9a0d
Merge pull request #137 from sutra/javadoc
Add javadoc in the maven generate site, and use fluido skin.
2018-05-01 17:32:28 +08:00
Sutra Zhou
a630bc2a79 Bump version number from 1.7.9 to 1.8.0-SNAPSHOT and mark new classes as since 1.8. 2018-04-30 23:32:39 +08:00
Sutra Zhou
1a2d9f2667 Clean up exceptions, mark initialize as synchronized. 2018-04-30 22:33:16 +08:00
Sutra Zhou
2c1892a5e2 Add javadoc. 2018-04-30 22:12:03 +08:00
Sutra Zhou
0cdd78bd0e Add javadoc in the maven generate site, and use fluido skin. 2018-04-30 17:52:00 +08:00
Sutra Zhou
7a24532ab7 Minor revision. 2018-04-30 16:07:31 +08:00
Sutra Zhou
75c10cb035 Add WXBizDataCrypt for WeChat Mini Program. 2018-04-30 15:56:39 +08:00
jinyu
6382fe6195 app、扫码、wap支付新增场景信息参数 2018-04-14 22:05:39 +08:00
jinyu
a71facbf8b fixed #129 2018-03-19 22:15:35 +08:00