|
@@ -12,8 +12,8 @@ public class ConfigInit {
|
|
|
private static ConfigInit instance;
|
|
|
public final static String appId = "app_f0ebdd29-046f-4b60-bd50-92e2c1285c02";
|
|
|
|
|
|
- public final static String wxAppId = "wx80f175c0eb6836e9";
|
|
|
- public final static String wxAppSecret = "f817dc79e4149aaa4fafd6f8279b3593";
|
|
|
+ public final static String wxAppId = "wx751141096e75a4ee";
|
|
|
+ public final static String wxAppSecret = "e882d76c95d1613607a85338b1bed3ff";
|
|
|
public final static String wxMpOAuth2AccessTokenUrl = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code";
|
|
|
public final static MerConfig merConfig = new MerConfig();
|
|
|
|