This commit is contained in:
kamhung
2015-12-08 17:51:54 +08:00
parent 80a612046e
commit 2f9c9d0b91
4 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ import javax.net.ssl.*;
*
* @author zhangjx
*/
@AutoLoad(false)
@LocalService
public class ApnsService implements Service {
private static final Charset UTF8 = Charset.forName("UTF-8");

View File

@@ -21,6 +21,8 @@ import javax.annotation.*;
*
* @author zhangjx
*/
@AutoLoad(false)
@LocalService
public class WeiXinMPService implements Service {
protected final Logger logger = Logger.getLogger(this.getClass().getSimpleName());

View File

@@ -20,6 +20,8 @@ import javax.annotation.*;
*
* @author zhangjx
*/
@AutoLoad(false)
@LocalService
public class WeiXinPayService implements Service {
private static final DateFormat FORMAT = new SimpleDateFormat("yyyyMMddHHmmss");

View File

@@ -26,6 +26,8 @@ import javax.crypto.spec.*;
*
* @author zhangjx
*/
@AutoLoad(false)
@LocalService
public class WeiXinQYService implements Service {
protected final Logger logger = Logger.getLogger(this.getClass().getSimpleName());