This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user