Commit Graph
46 Commits
Author SHA1 Message Date
Sutra Zhou d94b9acbb6 Fix dependency version conflict of Bouncy Castle. 2020-01-17 15:55:52 +08:00
Sutra Zhou ab21a862a4 Update WeChat official documentation links for wxa. 2019-09-20 20:08:47 +08:00
Sutra Zhou e17226b923 Fix message_custom_typing URL. 2019-05-20 09:58:22 +08:00
Sutra Zhou c9ae07ce62 Upgrade maven-fluido-skin from 1.5 to 1.7 for better responsive. 2019-03-10 21:45:26 +08:00
Sutra Zhou bc8921bf13 Add ComponentAuthorizer#signature. 2018-11-02 22:49:21 +08:00
Sutra Zhou 59a7c81256 Update WeChat official documentation links for wxa. 2018-10-17 21:55:17 +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
Sutra Zhou 3984bd3e0a Fix Consts.loadProperties. Fixes #154. 2018-06-25 17:05:56 +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
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
Sutra Zhou 08fe8833b3 Rename WXAFacade to WeixinAppFacade, to let it be more like as WeixinPayProxy. 2018-06-08 18:15:57 +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
Sutra Zhou d68a938b53 Allow user overriding properties defined in weixin.properties. 2018-06-03 22:00:01 +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
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
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
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
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
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
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