|
|
@ -13,7 +13,7 @@ public class WxConfig { |
|
|
|
|
|
|
|
private static final Logger L = LoggerFactory.getLogger(WxConfig.class); |
|
|
|
|
|
|
|
private static final long token_expires_in = 7200 * 1000 - 10000; |
|
|
|
private static final long token_expires_in = 5400 * 1000; |
|
|
|
private static final String WX_URL_ACCESS_TOKEN = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET"; |
|
|
|
|
|
|
|
|
|
|
|