Commit 3aa31980 authored by jianglx's avatar jianglx

修改微信授权登录失败的问题

parent 1f5d4113
......@@ -132,6 +132,11 @@
android:value="640" /> <!-- umShare 相关 start -->
<!-- WeiXin callback -->
<meta-data
android:name="UMENG_APPKEY"
android:value="5d242bf24ca357797e000922" >
</meta-data>
<activity
android:name=".wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
......
......@@ -120,16 +120,16 @@ public class RvClientApplication extends FrameApp {
private void initUM() {
//设置LOG开关,默认为false
UMConfigure.setLogEnabled(true);
UMConfigure.init(this, "5bc3fed7b465f5eedb000027", "MeiYeYi", UMConfigure.DEVICE_TYPE_PHONE, null);
//
}
UMConfigure.init(this, "5d242bf24ca357797e000922", "umeng", UMConfigure.DEVICE_TYPE_PHONE, null);
// PlatformConfig.setWeixin(RvFrameConfig.APP_ID, "088effbd5e5c5340779d512f87fab15e");
PlatformConfig.setWeixin(RvFrameConfig.APP_ID, "128cf4ad74b73c16ae5c5b3601da3f27");
{
PlatformConfig.setWeixin(RvFrameConfig.APP_ID, "088effbd5e5c5340779d512f87fab15e");
PlatformConfig.setQQZone("100424468", "c7394704798a158208a74ab60104f0ba");
}
private void initAuto() {
//当 App 中出现多进程, 并且您需要适配所有的进程, 就需要在 App 初始化时调用 initCompatMultiProcess()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment