|
@@ -32,8 +32,8 @@ public class WxConstants {
|
|
|
* 小程序登录配置常量
|
|
|
*/
|
|
|
public interface AppletConfigConstants {
|
|
|
- String APP_ID = "wxf7cd92f8cb2a2707";//小程序appId
|
|
|
- String APP_SECRET = "42f5078bf0cc6a8e56755f4ce4993c94";//小程序secret
|
|
|
+ String APP_ID = "wx9183e5fa00c9614a";//小程序appId
|
|
|
+ String APP_SECRET = "2e4c634a4f1f54a871e79da9d6f1179e";//小程序secret
|
|
|
String AUTHORIZED_CODE_STR = "code";
|
|
|
String AUTH_URL = "https://api.weixin.qq.comI/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code";
|
|
|
}
|